Skip to content

Commit add3749

Browse files
committed
chore: fix comments
1 parent 2ba9ecc commit add3749

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ ARG ARCH
1818
ARG binary=./bin/${ARCH}/nfsplugin
1919
COPY ${binary} /nfsplugin
2020

21-
RUN apt update && apt-mark unhold libcap2
21+
RUN apt update && apt upgrade -y && apt-mark unhold libcap2
2222
RUN clean-install ca-certificates mount nfs-common netbase
23-
# install updated packages to fix CVE issues
24-
RUN clean-install zlib1g gzip liblzma5
2523

2624
ENTRYPOINT ["/nfsplugin"]

0 commit comments

Comments
 (0)