Added nfs client support packages. (#1843)

This commit is contained in:
ThomWilhelm
2022-11-27 14:49:21 +11:00
committed by GitHub
parent ff1e76c82c
commit 5e20684b2b
2 changed files with 4 additions and 2 deletions

View File

@@ -23,4 +23,5 @@ apk add --no-cache -U \
sudo \
knock \
tar \
zstd
zstd \
nfs-utils

View File

@@ -23,6 +23,7 @@ apt-get install -y \
unzip \
zstd \
lbzip2 \
knockd
knockd \
nfs-common
apt-get clean