We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1753ea2 + 8cdb07b commit 4d01a2aCopy full SHA for 4d01a2a
pkg/blobplugin/Dockerfile
@@ -69,7 +69,6 @@ RUN chmod +x /blobfuse-proxy/init.sh && \
69
RUN if [ "$ARCH" = "amd64" ] ; then \
70
clean-install libcurl4-gnutls-dev \
71
&& dpkg -i /blobfuse-proxy/packages-microsoft-prod-18.04.deb \
72
- && rm /blobfuse-proxy/packages-microsoft-prod-18.04.deb \
73
&& apt update \
74
&& apt install -y blobfuse blobfuse2 fuse; fi
75
0 commit comments