Skip to content

Commit 0550f02

Browse files
authored
Merge pull request #860 from raptorsun/EC-repo-fix
LCORE-858: konflux - correct RPM repo id
2 parents 1856ef6 + 56ed982 commit 0550f02

3 files changed

Lines changed: 490 additions & 195 deletions

File tree

Containerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ ENV UV_COMPILE_BYTECODE=0 \
1111

1212
WORKDIR /app-root
1313

14+
USER root
15+
1416
# Install gcc - required by polyleven python package on aarch64
1517
# (dependency of autoevals, no pre-built binary wheels for linux on aarch64)
16-
USER root
17-
RUN dnf --disablerepo="*" --enablerepo="ubi-9-appstream-rpms" --enablerepo="ubi-9-baseos-rpms" install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs gcc
18+
RUN dnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs gcc
1819

1920
# Install uv package manager
2021
RUN pip3.12 install "uv==0.8.15"

0 commit comments

Comments
 (0)