From f37e7d2d9e2738c36dfef892eac500a7171e71ab Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Thu, 21 Apr 2022 14:42:04 +0800 Subject: [PATCH] Update Dockerfile Co-authored-by: Patrick Ohly --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4df5d012..307f1d2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]