We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500af89 commit 2d16f78Copy full SHA for 2d16f78
pkg/blobplugin/Dockerfile
@@ -26,7 +26,7 @@ RUN apt-get update && clean-install ca-certificates pkg-config libfuse-dev cmake
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
RUN apt remove wget -y
28
# this is a workaround to install nfs-common and don't quit with error
29
-RUN apt install nfs-common -y || true
+RUN apt update && apt install nfs-common -y || true
30
LABEL maintainers="andyzhangx"
31
LABEL description="Azure Blob Storage CSI driver"
32
0 commit comments