Merge pull request #253 from andyzhangx/nfsv3

fix: mount.nfs: Protocol not supported on NFSv3
This commit is contained in:
Andy Zhang 2021-12-04 15:15:48 +08:00 committed by GitHub
commit 9ab192ba31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ ARG ARCH
COPY bin/${ARCH}/nfsplugin /nfsplugin COPY bin/${ARCH}/nfsplugin /nfsplugin
RUN apt update && apt-mark unhold libcap2 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 # install updated packages to fix CVE issues
RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 RUN clean-install libssl1.1 libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0