File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ COPY --from=builder /go/src/sigs.k8s.io/blob-csi-driver/_output/blobplugin /blob
25
25
RUN apt-get update && clean-install ca-certificates pkg-config libfuse-dev cmake libcurl4-gnutls-dev libgnutls28-dev uuid-dev libgcrypt20-dev wget
26
26
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
27
27
RUN apt remove wget -y
28
- # this is a workaround to install nfs-common and don't quit with error
29
- RUN apt update && apt install mount nfs-common -y || true
28
+ # this is a workaround to install nfs-common & nfs-kernel-server and don't quit with error
29
+ RUN apt update && apt install nfs-common nfs-kernel-server -y || true
30
30
LABEL maintainers="andyzhangx"
31
31
LABEL description="Azure Blob Storage CSI driver"
32
32
You can’t perform that action at this time.
0 commit comments