diff --git a/pkg/blobplugin/Dockerfile b/pkg/blobplugin/Dockerfile index 702da8b68..139c860e4 100644 --- a/pkg/blobplugin/Dockerfile +++ b/pkg/blobplugin/Dockerfile @@ -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 \