This repository was archived by the owner on Jan 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV container docker
77# Install the EPEL repo and OpenSCAP copr repo, then install all our packages
88RUN cd /etc/yum.repos.d/ && \
99 rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \
10- curl -O https://copr.fedorainfracloud.org/coprs/isimluk/OpenSCAP /repo/epel-7/isimluk-OpenSCAP -epel-7.repo && \
10+ curl -O https://copr.fedorainfracloud.org/coprs/openscapmaint/openscap-latest /repo/epel-7/openscapmaint-openscap-latest -epel-7.repo && \
1111 yum -y install \
1212 atomic \
1313 openscap-containers \
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN cd /etc/yum.repos.d/ && \
1414 yum-config-manager --enable rhel-7-server-rpms \
1515 --enable rhel-7-server-extras-rpms && \
1616 rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm && \
17- curl -O https://copr.fedorainfracloud.org/coprs/isimluk/OpenSCAP /repo/epel-7/isimluk-OpenSCAP -epel-7.repo && \
17+ curl -O https://copr.fedorainfracloud.org/coprs/openscapmaint/openscap-latest /repo/epel-7/openscapmaint-openscap-latest -epel-7.repo && \
1818 yum -y install \
1919 atomic \
2020 openscap-containers \
You can’t perform that action at this time.
0 commit comments