Skip to content
Snippets Groups Projects
Commit a12fed62 authored by calrama's avatar calrama
Browse files

centos-7: GCC 8 -> 9

parent 2c227856
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ LABEL authors="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
ENV BASH_ENV "/etc/profile"
RUN yum install -y centos-release-scl && \
yum install -y epel-release && \
yum install -y devtoolset-8 && \
yum install -y devtoolset-9 && \
yum install -y rh-git218-git && \
yum clean all
ADD bash/toolchain.sh /etc/profile.d/toolchain.sh
......
# GCC 8
source scl_source enable devtoolset-8
# GCC 9
source scl_source enable devtoolset-9
# Git 2.18
source scl_source enable rh-git218
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment