mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 08:54:55 +00:00
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:
@@ -12,6 +12,7 @@ dnf --assumeyes install \
|
|||||||
bash \
|
bash \
|
||||||
systemd \
|
systemd \
|
||||||
procps-ng \
|
procps-ng \
|
||||||
|
hostname \
|
||||||
iproute; \
|
iproute; \
|
||||||
dnf clean all; \
|
dnf clean all; \
|
||||||
rm -rf /var/cache/dnf/;
|
rm -rf /var/cache/dnf/;
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ dnf --assumeyes install \
|
|||||||
bash \
|
bash \
|
||||||
systemd \
|
systemd \
|
||||||
procps-ng \
|
procps-ng \
|
||||||
|
hostname \
|
||||||
iproute; \
|
iproute; \
|
||||||
rm -rf /var/cache/dnf/;
|
rm -rf /var/cache/dnf/;
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ dnf --assumeyes install \
|
|||||||
bash \
|
bash \
|
||||||
systemd \
|
systemd \
|
||||||
procps-ng \
|
procps-ng \
|
||||||
|
hostname \
|
||||||
iproute; \
|
iproute; \
|
||||||
dnf clean all; \
|
dnf clean all; \
|
||||||
rm -rf /var/cache/dnf/;
|
rm -rf /var/cache/dnf/;
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ dnf --assumeyes install \
|
|||||||
bash \
|
bash \
|
||||||
systemd \
|
systemd \
|
||||||
procps-ng \
|
procps-ng \
|
||||||
|
hostname \
|
||||||
iproute; \
|
iproute; \
|
||||||
dnf clean all; \
|
dnf clean all; \
|
||||||
rm -rf /var/cache/dnf/;
|
rm -rf /var/cache/dnf/;
|
||||||
|
|||||||
Reference in New Issue
Block a user