Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
umagnus committed May 8, 2023
1 parent b851a6c commit a2ea92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/blobplugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN chmod +x /blobfuse-proxy/init.sh && \

RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates uuid-dev util-linux mount udev wget e2fsprogs nfs-common netbase
RUN wget -c https://azcopyvnext.azureedge.net/release20230420/azcopy_linux_amd64_10.18.1.tar.gz && tar -zxvf azcopy_linux_amd64_10.18.1.tar.gz && \
mv ./azcopy_linux_amd64_10.18.1/azcopy azcopy && rm -rf azcopy_linux_amd64_10.18.1 && rm -rf azcopy_linux_amd64_10.18.1.tar.gz
mv ./azcopy_linux_amd64_10.18.1/azcopy ./azcopy && rm -rf ./azcopy_linux_amd64_10.18.1 && rm -rf ./azcopy_linux_amd64_10.18.1.tar.gz

ARG ARCH=amd64
RUN if [ "$ARCH" = "amd64" ] ; then \
Expand Down

0 comments on commit a2ea92b

Please sign in to comment.