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.
2 parents 6c3baa7 + deecdc2 commit f9e5ae6Copy full SHA for f9e5ae6
Dockerfile
@@ -23,6 +23,6 @@ COPY bin/${ARCH}/nfsplugin /nfsplugin
23
RUN apt update && apt-mark unhold libcap2
24
RUN clean-install ca-certificates mount nfs-common netbase
25
# install updated packages to fix CVE issues
26
-RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libgmp10 bsdutils
+RUN clean-install libgmp10 bsdutils
27
28
ENTRYPOINT ["/nfsplugin"]
0 commit comments