Skip to content

Commit 05dfc1a

Browse files
committed
fixup!
Signed-off-by: Tomas Pilar <[email protected]>
1 parent 496d0b5 commit 05dfc1a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Containerfile.lite

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,8 @@ RUN set -euo pipefail \
7272
# ----------------------------------------------------------------------------
7373
# hadolint ignore=DL3041
7474
RUN set -euo pipefail \
75-
&& mkdir -p "${ROOTFS_PATH}" \
76-
&& dnf --installroot="${ROOTFS_PATH}" --releasever=9 config-manager \
77-
--enable ubi-9-baseos \
78-
--enable ubi-9-appstream \
75+
&& mkdir -p "${ROOTFS_PATH}/etc/yum.repos.d" \
76+
&& cp /etc/yum.repos.d/* "${ROOTFS_PATH}/etc/yum.repos.d/" \
7977
&& dnf --installroot="${ROOTFS_PATH}" --releasever=9 install -y \
8078
bash \
8179
&& dnf --installroot="${ROOTFS_PATH}" --releasever=9 upgrade -y \

0 commit comments

Comments
 (0)