From d1409ab179feb8ee5cffcd63fd236b5bc69c39de Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Mon, 6 Dec 2021 11:08:41 +0000 Subject: [PATCH] feat: support NFSv3 protocol --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80601e6b..04ca3c23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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