Update Dockerfile
Co-authored-by: Patrick Ohly <patrick.ohly@intel.com>
This commit is contained in:
parent
add37497ae
commit
f37e7d2d9e
@ -18,7 +18,6 @@ ARG ARCH
|
|||||||
ARG binary=./bin/${ARCH}/nfsplugin
|
ARG binary=./bin/${ARCH}/nfsplugin
|
||||||
COPY ${binary} /nfsplugin
|
COPY ${binary} /nfsplugin
|
||||||
|
|
||||||
RUN apt update && apt upgrade -y && apt-mark unhold libcap2
|
RUN apt update && apt upgrade -y && apt-mark unhold libcap2 && clean-install ca-certificates mount nfs-common netbase
|
||||||
RUN clean-install ca-certificates mount nfs-common netbase
|
|
||||||
|
|
||||||
ENTRYPOINT ["/nfsplugin"]
|
ENTRYPOINT ["/nfsplugin"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user