Fixed missing hostname package for OL

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

View File

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

View File

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