Commit 04200f6f authored by Robert Schmidt's avatar Robert Schmidt Committed by Jaroslava Fiedlerova

Install EPEL from build_helper

parent a834c10b
...@@ -637,7 +637,7 @@ check_install_oai_software() { ...@@ -637,7 +637,7 @@ check_install_oai_software() {
echo "EPEL repos already present. Good." echo "EPEL repos already present. Good."
else else
echo "EPEL repos not present. Installing them." echo "EPEL repos not present. Installing them."
$SUDO $INSTALLER install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm $SUDO $INSTALLER install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
fi fi
fi fi
......
...@@ -44,7 +44,6 @@ ENV SMDEV_CONTAINER_OFF=1 ...@@ -44,7 +44,6 @@ ENV SMDEV_CONTAINER_OFF=1
RUN rm -f /etc/rhsm-host && \ RUN rm -f /etc/rhsm-host && \
dnf repolist --disablerepo=* && \ dnf repolist --disablerepo=* && \
subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms && \ subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms && \
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -y && \
dnf update -y && \ dnf update -y && \
dnf install -y \ dnf install -y \
#gcc needed for build_oai #gcc needed for build_oai
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment