Commit ff9b1802 authored by Jaroslava Fiedlerova's avatar Jaroslava Fiedlerova

Remove rhel9 codeready builder repo from Dockerfiles

parent 2c83d264
...@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-enb ...@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-enb
ENV TZ=Europe/Paris ENV TZ=Europe/Paris
RUN dnf update -y && \ RUN dnf update -y && \
dnf install -y --enablerepo="codeready-builder-for-rhel-9-x86_64-rpms" \ dnf install -y \
lksctp-tools \ lksctp-tools \
tzdata \ tzdata \
procps-ng \ procps-ng \
......
...@@ -42,7 +42,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-gnb-aw2s ...@@ -42,7 +42,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-gnb-aw2s
ENV TZ=Europe/Paris ENV TZ=Europe/Paris
RUN dnf update -y && \ RUN dnf update -y && \
dnf install -y --enablerepo="codeready-builder-for-rhel-9-x86_64-rpms" \ dnf install -y \
procps-ng \ procps-ng \
libXpm \ libXpm \
libX11 \ libX11 \
......
...@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-gnb ...@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-gnb
ENV TZ=Europe/Paris ENV TZ=Europe/Paris
RUN dnf update -y && \ RUN dnf update -y && \
dnf install -y --enablerepo="codeready-builder-for-rhel-9-x86_64-rpms" \ dnf install -y \
procps-ng \ procps-ng \
libXpm \ libXpm \
libX11 \ libX11 \
......
...@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-lte-ru ...@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-lte-ru
ENV TZ=Europe/Paris ENV TZ=Europe/Paris
RUN dnf update -y && \ RUN dnf update -y && \
dnf install -y --enablerepo="codeready-builder-for-rhel-9-x86_64-rpms" \ dnf install -y \
tzdata \ tzdata \
procps-ng \ procps-ng \
atlas \ atlas \
......
...@@ -38,7 +38,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-lte-ue ...@@ -38,7 +38,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-lte-ue
ENV TZ=Europe/Paris ENV TZ=Europe/Paris
RUN dnf update -y && \ RUN dnf update -y && \
dnf install -y --enablerepo="codeready-builder-for-rhel-9-x86_64-rpms" \ dnf install -y \
lksctp-tools \ lksctp-tools \
procps-ng \ procps-ng \
tzdata \ tzdata \
......
...@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-nr-ue ...@@ -37,7 +37,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-nr-ue
ENV TZ=Europe/Paris ENV TZ=Europe/Paris
RUN dnf update -y && \ RUN dnf update -y && \
dnf install -y --enablerepo="codeready-builder-for-rhel-9-x86_64-rpms" \ dnf install -y \
lksctp-tools \ lksctp-tools \
procps-ng \ procps-ng \
tzdata \ tzdata \
......
...@@ -44,7 +44,7 @@ RUN /bin/sh oaienv && \ ...@@ -44,7 +44,7 @@ RUN /bin/sh oaienv && \
FROM registry.access.redhat.com/ubi9/ubi:latest as oai-physim FROM registry.access.redhat.com/ubi9/ubi:latest as oai-physim
RUN dnf update -y && \ RUN dnf update -y && \
dnf install -y --enablerepo="codeready-builder-for-rhel-9-x86_64-rpms" \ dnf install -y \
lksctp-tools \ lksctp-tools \
tzdata \ tzdata \
atlas \ atlas \
......
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