We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba9ecc commit add3749Copy full SHA for add3749
Dockerfile
@@ -18,9 +18,7 @@ ARG ARCH
18
ARG binary=./bin/${ARCH}/nfsplugin
19
COPY ${binary} /nfsplugin
20
21
-RUN apt update && apt-mark unhold libcap2
+RUN apt update && apt upgrade -y && apt-mark unhold libcap2
22
RUN clean-install ca-certificates mount nfs-common netbase
23
-# install updated packages to fix CVE issues
24
-RUN clean-install zlib1g gzip liblzma5
25
26
ENTRYPOINT ["/nfsplugin"]
0 commit comments