Skip to content

Commit d701f13

Browse files
authored
Merge pull request #1660 from andyzhangx/fix-blobfuse-install-failure
fix: blobfuse install failure in install-blobfuse-proxy initContainer
2 parents 6c83000 + 8bdfce0 commit d701f13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/blobplugin/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ RUN chmod +x /blobfuse-proxy/init.sh && \
6969
RUN if [ "$ARCH" = "amd64" ] ; then \
7070
clean-install libcurl4-gnutls-dev \
7171
&& dpkg -i /blobfuse-proxy/packages-microsoft-prod-18.04.deb \
72-
&& rm /blobfuse-proxy/packages-microsoft-prod-18.04.deb \
7372
&& apt update \
7473
&& apt install -y blobfuse blobfuse2 fuse; fi
7574

0 commit comments

Comments
 (0)