fix: CVE issues in image build

This commit is contained in:
andyzhangx 2022-03-27 09:12:15 +00:00
parent 0a08bf7c37
commit 6d16ea6262

View File

@ -21,6 +21,6 @@ COPY ${binary} /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 libssl1.1 openssl
RUN clean-install libgmp10 bsdutils libssl1.1 openssl libc6 libc-bin libsystemd0 libudev1
ENTRYPOINT ["/nfsplugin"]