feat: support NFSv3 protocol

This commit is contained in:
andyzhangx 2021-12-03 15:39:32 +00:00
parent d4488a02ad
commit c2235a8be6

View File

@ -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