Remove rhel9 codeready builder repo from Dockerfiles

This commit is contained in:
Jaroslava Fiedlerova
2023-06-05 14:43:51 +02:00
parent 2c83d2641a
commit ff9b180228
7 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ FROM registry.access.redhat.com/ubi9/ubi:latest as oai-lte-ue
ENV TZ=Europe/Paris
RUN dnf update -y && \
dnf install -y --enablerepo="codeready-builder-for-rhel-9-x86_64-rpms" \
dnf install -y \
lksctp-tools \
procps-ng \
tzdata \