ubuntu-22.04: Install net-tools package to update the dockerMTU

This commit is contained in:
Gunju Kim 2024-06-19 17:45:23 +09:00
parent 0a6208e38d
commit 4ef74591dc
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ RUN apt-get update -y \
git \ git \
iptables \ iptables \
jq \ jq \
net-tools \
software-properties-common \ software-properties-common \
sudo \ sudo \
unzip \ unzip \