adding iputils

This commit is contained in:
root 2023-08-15 01:23:17 +08:00 committed by Dave
parent 40a8a3cb2f
commit b6f9b73418

View File

@ -22,6 +22,7 @@ RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
dnf config-manager --set-enabled crb && \
dnf -y install \
iputils \
gcc \
gcc-c++ \
git-core \