mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
Remove epel
This doesnt seem to be needed anymore
This commit is contained in:
parent
af9eb7c374
commit
2fe7fe30f8
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user