mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-11 02:55:10 +00:00
Added iproute2 package to provide ip tool
This commit is contained in:
@@ -17,6 +17,7 @@ apk add --no-cache -U \
|
||||
bash \
|
||||
curl \
|
||||
iputils \
|
||||
iproute2 \
|
||||
git \
|
||||
git-lfs \
|
||||
jq \
|
||||
|
||||
@@ -33,6 +33,7 @@ dnf install -y \
|
||||
sudo \
|
||||
net-tools \
|
||||
iputils \
|
||||
iproute \
|
||||
curl \
|
||||
git \
|
||||
jq \
|
||||
|
||||
@@ -14,6 +14,7 @@ apt-get install -y \
|
||||
sudo \
|
||||
net-tools \
|
||||
iputils-ping \
|
||||
iproute2 \
|
||||
curl \
|
||||
git \
|
||||
git-lfs \
|
||||
|
||||
Reference in New Issue
Block a user