Skip to content

Commit

Permalink
cleanup: unnecessary deb file in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Mar 10, 2022
1 parent f828783 commit 7ff7f24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/blobplugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ RUN clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs
RUN clean-install libgmp10 bsdutils
RUN mkdir /blobfuse-proxy/
COPY ./_output/blobfuse-proxy.deb /blobfuse-proxy/
# for compatibility, remove this after v1.6.0 release (todo)
COPY deploy/blobfuse-proxy/v0.1.0/blobfuse-proxy-v0.1.0.deb /blobfuse-proxy/
ARG ARCH=amd64
RUN if [ "$ARCH" = "amd64" ] ; then \
clean-install libcurl4-gnutls-dev && \
Expand Down

0 comments on commit 7ff7f24

Please sign in to comment.