Skip to content

Commit 7be4f77

Browse files
committed
feat: add SCL utility packages and GCC toolchain for container build
- Added `scl-utils` and `scl-utils-build` to manage software collections. - Installed `gcc-toolset-11-toolchain` for C++ development.
1 parent 517c49f commit 7be4f77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

container-files/Dockerfile.el8

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ RUN dnf -y install https://data.lkiesow.de/opencast/maven-3.8.2-1.el8.noarch.rpm
77
RUN dnf -y install \
88
dnf-plugins-core \
99
rpmdevtools \
10+
scl-utils \
11+
scl-utils-build \
12+
gcc-toolset-11-toolchain \
1013
rpmlint \
1114
rpm-sign \
1215
createrepo \

0 commit comments

Comments
 (0)