We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd5e286 + 17055c3 commit a5a8f61Copy full SHA for a5a8f61
2.0/Dockerfile.rhel7
@@ -36,11 +36,6 @@ COPY ./s2i/bin/ /usr/libexec/s2i
36
# run and build the applications.
37
COPY ./contrib/ /opt/app-root
38
39
-# TODO: remove this (https://access.redhat.com/solutions/1443553: Permanently Enabling/Disabling repositories from a Dockerfile)
40
-RUN yum repolist --disablerepo=* && \
41
- yum-config-manager --disable \* > /dev/null && \
42
- yum-config-manager --enable rhel-7-server-rpms > /dev/null
43
-
44
# TODO: install rh-dotnet20
45
RUN yum install --disablerepo=\* --enablerepo=rhel-7-server-rpms -y yum-utils && \
46
yum-config-manager --disable \* && \
0 commit comments