Dockerfiles c8s,c9s,fedora-latest and fedora-rawhide: Install hostname

The hostname command is needed to be able to execute fixnet.service. It
has been missing from some docker files and therefore the script failed
in the -base images. The server images have not been affected as
ipa-client has a requirement for hostname.
This commit is contained in:
Thomas Woerner
2025-09-16 11:24:45 +02:00
parent 0e748d372a
commit cd7d19bfeb
4 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ dnf --assumeyes install \
bash \
systemd \
procps-ng \
hostname \
iproute; \
dnf clean all; \
rm -rf /var/cache/dnf/;

View File

@@ -9,6 +9,7 @@ dnf --assumeyes install \
bash \
systemd \
procps-ng \
hostname \
iproute; \
rm -rf /var/cache/dnf/;

View File

@@ -11,6 +11,7 @@ dnf --assumeyes install \
bash \
systemd \
procps-ng \
hostname \
iproute; \
dnf clean all; \
rm -rf /var/cache/dnf/;

View File

@@ -11,6 +11,7 @@ dnf --assumeyes install \
bash \
systemd \
procps-ng \
hostname \
iproute; \
dnf clean all; \
rm -rf /var/cache/dnf/;