Fixed missing hostname package for OL

This commit is contained in:
Alexey Pustovalov 2024-07-29 16:53:04 +09:00
parent d1961d355b
commit a09458cecd
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
fping \
traceroute \
nmap \
hostname \
file-libs \
iputils \
traceroute \

View File

@ -38,6 +38,7 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
set -eux && \
INSTALL_PKGS="fping \
file-libs \
hostname \
traceroute \
nmap \
iputils \