mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
Added nfs client support packages. (#1843)
This commit is contained in:
parent
ff1e76c82c
commit
5e20684b2b
2 changed files with 4 additions and 2 deletions
|
@ -23,4 +23,5 @@ apk add --no-cache -U \
|
|||
sudo \
|
||||
knock \
|
||||
tar \
|
||||
zstd
|
||||
zstd \
|
||||
nfs-utils
|
|
@ -23,6 +23,7 @@ apt-get install -y \
|
|||
unzip \
|
||||
zstd \
|
||||
lbzip2 \
|
||||
knockd
|
||||
knockd \
|
||||
nfs-common
|
||||
|
||||
apt-get clean
|
Loading…
Reference in a new issue