diff --git a/Dockerfile b/Dockerfile index c1c5436b..4c87713c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,6 @@ COPY bin/${ARCH}/nfsplugin /nfsplugin RUN apt update && apt-mark unhold libcap2 RUN clean-install ca-certificates mount nfs-common netbase # install updated packages to fix CVE issues -RUN clean-install libgmp10 bsdutils +RUN clean-install libgmp10 bsdutils libssl1.1 openssl ENTRYPOINT ["/nfsplugin"]