We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c816929 commit 5b58d0eCopy full SHA for 5b58d0e
1 file changed
Dockerfile
@@ -11,7 +11,7 @@ RUN chmod +t /tmp
11
12
RUN curl -L https://releases.ansible.com/ansible-runner/ansible-runner.el8.repo > /etc/yum.repos.d/ansible-runner.repo
13
14
-RUN dnf -y remove subscription-manager* && \
+RUN sed -i "s/enabled=1/enabled=0/g" /etc/dnf/plugins/subscription-manager.conf && \
15
dnf -y update && \
16
if [ ${ARCH} != "s390x" ] ; then dnf -y install https://rpm.manageiq.org/builds/centos/centos-stream-repos-8-6.1.el8.noarch.rpm \
17
https://rpm.manageiq.org/builds/centos/centos-gpg-keys-8-6.1.el8.noarch.rpm; fi && \
0 commit comments