Skip to content

Commit 046c039

Browse files
authored
Merge pull request #1664 from k8s-infra-cherrypick-robot/cherry-pick-1660-to-release-1.23
[release-1.23] fix: blobfuse install failure in install-blobfuse-proxy initContainer
2 parents 880776e + 975b82a commit 046c039

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)