Skip to content

Commit d1409ab

Browse files
committed
feat: support NFSv3 protocol
1 parent b52b213 commit d1409ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ARG ARCH
2121
COPY bin/${ARCH}/nfsplugin /nfsplugin
2222

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

0 commit comments

Comments
 (0)