From 6d16ea62629974218b3db5c90feda8819ae1bb6e Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Sun, 27 Mar 2022 09:12:15 +0000 Subject: [PATCH] fix: CVE issues in image build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07c34d66..dbd04513 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]