Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvz committed Aug 3, 2023
1 parent 8f262b2 commit 57a1407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/blobplugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ RUN chmod +x /blobfuse-proxy/init.sh && \
chmod +x /blobfuse-proxy/blobfuse-proxy.service && \
chmod +x /blobfuse-proxy/blobfuse-proxy

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 procps conntrack iptables bind9-host iproute2 bash
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 procps conntrack iptables bind9-host iproute2 bash netcat sysvinit-utils
# install aznfs
RUN wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/0.1.115/aznfs-0.1.115.tar.gz
RUN wget -O aznfs.tar.gz https://github.com/Azure/AZNFS-mount/releases/download/0.1.116/aznfs-0.1.116.tar.gz
RUN tar xvzf aznfs.tar.gz -C / && rm aznfs.tar.gz
ARG ARCH=amd64
RUN if [ "$ARCH" = "amd64" ] ; then \
Expand Down

0 comments on commit 57a1407

Please sign in to comment.