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 6c3baa7 commit deecdc2Copy full SHA for deecdc2
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