Skip to content

Commit

Permalink
Merge pull request #1660 from andyzhangx/fix-blobfuse-install-failure
Browse files Browse the repository at this point in the history
fix: blobfuse install failure in install-blobfuse-proxy initContainer
  • Loading branch information
andyzhangx authored Oct 25, 2024
2 parents 6c83000 + 8bdfce0 commit d701f13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/blobplugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ RUN chmod +x /blobfuse-proxy/init.sh && \
RUN if [ "$ARCH" = "amd64" ] ; then \
clean-install libcurl4-gnutls-dev \
&& dpkg -i /blobfuse-proxy/packages-microsoft-prod-18.04.deb \
&& rm /blobfuse-proxy/packages-microsoft-prod-18.04.deb \
&& apt update \
&& apt install -y blobfuse blobfuse2 fuse; fi

Expand Down

0 comments on commit d701f13

Please sign in to comment.