Skip to content

Commit 8acf0ad

Browse files
authored
Merge pull request #897 from kubernetes-sigs/remove-unnecessary-cve-packages
cleanup: remove unnecessary CVE packages
2 parents d84f04a + 9c32cc0 commit 8acf0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azurefileplugin/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY ./_output/${ARCH}/azurefileplugin /azurefileplugin
2020
RUN apt update && apt-mark unhold libcap2
2121
RUN clean-install ca-certificates cifs-utils util-linux e2fsprogs mount udev xfsprogs nfs-common netbase
2222
# install updated packages to fix CVE issues
23-
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libgmp10 bsdutils
23+
RUN clean-install libgmp10 bsdutils
2424

2525
LABEL maintainers="andyzhangx"
2626
LABEL description="AzureFile CSI Driver"

0 commit comments

Comments
 (0)