From db8a7f4027424050ca8dbe4530da38573ea6c339 Mon Sep 17 00:00:00 2001 From: OpenShift Cherrypick Robot Date: Tue, 10 Jun 2025 19:28:18 +0200 Subject: [PATCH] [redhat-3.14] ci: Oci fix (PROJQUAY-0000) (#4027) * add CRB for oci CI test * add flag instead of command --------- Co-authored-by: Marcus Kok --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f3759b894..02bdaf549 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,8 +41,12 @@ RUN set -ex\ # Build-python installs the requirements for the python code. FROM base AS build-python ENV PYTHONDONTWRITEBYTECODE 1 +# Enable CodeReady Builder for access to -devel packages. + RUN set -ex\ - ; microdnf -y --setopt=tsflags=nodocs install \ + ; microdnf -y \ + --setopt=tsflags=nodocs install \ + --enablerepo=ubi-8-codeready-builder-rpms \ gcc-c++ \ git \ openldap-devel \