Update Dockerfile

Co-authored-by: Patrick Ohly <patrick.ohly@intel.com>
This commit is contained in:
Andy Zhang 2022-04-21 14:42:04 +08:00 committed by GitHub
parent add37497ae
commit f37e7d2d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,6 @@ ARG ARCH
ARG binary=./bin/${ARCH}/nfsplugin
COPY ${binary} /nfsplugin
RUN apt update && apt upgrade -y && apt-mark unhold libcap2
RUN clean-install ca-certificates mount nfs-common netbase
RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates mount nfs-common netbase
ENTRYPOINT ["/nfsplugin"]