Skip to content

Commit 6eee307

Browse files
authored
fix: add mount package to support NFS
1 parent 2d16f78 commit 6eee307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobplugin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apt-get update && clean-install ca-certificates pkg-config libfuse-dev cmake
2626
RUN wget -O /tmp/packages-microsoft-prod.deb https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb && dpkg -i /tmp/packages-microsoft-prod.deb && apt-get update && apt install blobfuse fuse -y && rm -f /tmp/packages-microsoft-prod.deb
2727
RUN apt remove wget -y
2828
# this is a workaround to install nfs-common and don't quit with error
29-
RUN apt update && apt install nfs-common -y || true
29+
RUN apt update && apt install mount nfs-common -y || true
3030
LABEL maintainers="andyzhangx"
3131
LABEL description="Azure Blob Storage CSI driver"
3232

0 commit comments

Comments
 (0)