Skip to content

Commit b64b6ec

Browse files
author
Arvind Jangir
committed
install freeipmi
1 parent e883ae5 commit b64b6ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/foreman-proxy/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG FOREMAN_VERSION=nightly
44
ARG KATELLO_VERSION=nightly
55
ARG FOREMAN_PROXY_PLUGINS="remote_execution_ssh ansible"
66

7-
RUN dnf upgrade -y && dnf install --nodocs -y https://yum.theforeman.org/releases/${FOREMAN_VERSION}/el9/x86_64/foreman-release.rpm https://yum.theforeman.org/katello/${KATELLO_VERSION}/katello/el9/x86_64/katello-repos-latest.rpm && dnf install --nodocs foreman-proxy openssh-clients openssh -y && dnf clean all
7+
RUN dnf upgrade -y && dnf install --nodocs -y https://yum.theforeman.org/releases/${FOREMAN_VERSION}/el9/x86_64/foreman-release.rpm https://yum.theforeman.org/katello/${KATELLO_VERSION}/katello/el9/x86_64/katello-repos-latest.rpm && dnf install --nodocs foreman-proxy openssh-clients openssh freeipmi -y && dnf clean all
88

99
RUN set -eu; for PLUGIN in ${FOREMAN_PROXY_PLUGINS}; do \
1010
echo $PLUGIN; \

0 commit comments

Comments
 (0)