From add37497aed87e15dbfb7c351797983dea602a1e Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Wed, 20 Apr 2022 08:33:20 +0000 Subject: [PATCH] chore: fix comments --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0bdabb2c..4df5d012 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,9 +18,7 @@ ARG ARCH ARG binary=./bin/${ARCH}/nfsplugin COPY ${binary} /nfsplugin -RUN apt update && apt-mark unhold libcap2 +RUN apt update && apt upgrade -y && apt-mark unhold libcap2 RUN clean-install ca-certificates mount nfs-common netbase -# install updated packages to fix CVE issues -RUN clean-install zlib1g gzip liblzma5 ENTRYPOINT ["/nfsplugin"]