Skip to content

Commit 4d01a2a

Browse files
authored
Merge pull request #1663 from k8s-infra-cherrypick-robot/cherry-pick-1660-to-release-1.24
[release-1.24] fix: blobfuse install failure in install-blobfuse-proxy initContainer
2 parents 1753ea2 + 8cdb07b commit 4d01a2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/blobplugin/Dockerfile

Lines changed: 0 additions & 1 deletion
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)