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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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