Skip to content

Commit f37e7d2

Browse files
andyzhangxpohly
andauthored
Update Dockerfile
Co-authored-by: Patrick Ohly <[email protected]>
1 parent add3749 commit f37e7d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

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

21-
RUN apt update && apt upgrade -y && apt-mark unhold libcap2
22-
RUN clean-install ca-certificates mount nfs-common netbase
21+
RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates mount nfs-common netbase
2322

2423
ENTRYPOINT ["/nfsplugin"]

0 commit comments

Comments
 (0)