Skip to content

Commit eaf5301

Browse files
authored
Merge pull request #624 from andyzhangx/cleanup-DockerFile
cleanup: unnecessary deb file in Dockerfile
2 parents f828783 + 7ff7f24 commit eaf5301

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/blobplugin/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ RUN clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs
2323
RUN clean-install libgmp10 bsdutils
2424
RUN mkdir /blobfuse-proxy/
2525
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
26-
# for compatibility, remove this after v1.6.0 release (todo)
27-
COPY deploy/blobfuse-proxy/v0.1.0/blobfuse-proxy-v0.1.0.deb /blobfuse-proxy/
2826
ARG ARCH=amd64
2927
RUN if [ "$ARCH" = "amd64" ] ; then \
3028
clean-install libcurl4-gnutls-dev && \

0 commit comments

Comments
 (0)