Skip to content

Commit f9e5ae6

Browse files
authored
Merge pull request #273 from andyzhangx/remove-unnecessary-cve-packages
cleanup: remove unnecessary CVE packages
2 parents 6c3baa7 + deecdc2 commit f9e5ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ COPY bin/${ARCH}/nfsplugin /nfsplugin
2323
RUN apt update && apt-mark unhold libcap2
2424
RUN clean-install ca-certificates mount nfs-common netbase
2525
# install updated packages to fix CVE issues
26-
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libgmp10 bsdutils
26+
RUN clean-install libgmp10 bsdutils
2727

2828
ENTRYPOINT ["/nfsplugin"]

0 commit comments

Comments
 (0)