We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add3749 commit f37e7d2Copy full SHA for f37e7d2
Dockerfile
@@ -18,7 +18,6 @@ ARG ARCH
18
ARG binary=./bin/${ARCH}/nfsplugin
19
COPY ${binary} /nfsplugin
20
21
-RUN apt update && apt upgrade -y && apt-mark unhold libcap2
22
-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
23
24
ENTRYPOINT ["/nfsplugin"]
0 commit comments