We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a5c49c + 0302553 commit 608be25Copy full SHA for 608be25
1 file changed
scripts/docker_files/docker_file_ci_rockylinux8/DockerFile
@@ -7,9 +7,9 @@ ENV HOME /root
7
# Install devtools 13
8
RUN dnf -y install gcc-toolset-13
9
10
-# Enable devtools 11 every time a shell is started
+# Enable devtools 13 every time a shell is started
11
# TODO: /etc/bashrc is never executed so this line does not fulfill its purpose => fix it.
12
-RUN echo "source /opt/rh/gcc-toolset-11/enable" >> /etc/bashrc
+RUN echo "source /opt/rh/gcc-toolset-13/enable" >> /etc/bashrc
13
14
# Install python3.10.18
15
RUN dnf update -y && \
0 commit comments