We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d84f04a + 9c32cc0 commit 8acf0adCopy full SHA for 8acf0ad
pkg/azurefileplugin/Dockerfile
@@ -20,7 +20,7 @@ COPY ./_output/${ARCH}/azurefileplugin /azurefileplugin
20
RUN apt update && apt-mark unhold libcap2
21
RUN clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs nfs-common netbase
22
# install updated packages to fix CVE issues
23
-RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libgmp10 bsdutils
+RUN clean-install libgmp10 bsdutils
24
25
LABEL maintainers="andyzhangx"
26
LABEL description="AzureFile CSI Driver"
0 commit comments