chore: fix comments

This commit is contained in:
andyzhangx 2022-04-20 08:33:20 +00:00
parent 2ba9ecc35e
commit add37497ae

View File

@ -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"]