Remove epel

This doesnt seem to be needed anymore
This commit is contained in:
Shane McDonald 2022-01-25 17:39:42 -05:00
parent af9eb7c374
commit 2fe7fe30f8
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -18,10 +18,6 @@ USER root
RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
dnf config-manager --set-enabled crb && \
dnf -y install \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm \
&& \
dnf -y install \
gcc \
gcc-c++ \
git-core \
@ -97,10 +93,6 @@ USER root
# Install runtime requirements
RUN dnf -y update && dnf install -y 'dnf-command(config-manager)' && \
dnf config-manager --set-enabled crb && \
dnf -y install \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm \
&& \
dnf -y install acl \
git-core \
git-lfs \