Skip to content

Commit

Permalink
feat: support NFSv3 protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Dec 6, 2021
1 parent b52b213 commit d1409ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG ARCH
COPY bin/${ARCH}/nfsplugin /nfsplugin

RUN apt update && apt-mark unhold libcap2
RUN clean-install ca-certificates mount nfs-common
RUN clean-install ca-certificates mount nfs-common netbase
# install updated packages to fix CVE issues
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0

Expand Down

0 comments on commit d1409ab

Please sign in to comment.