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

[centos] optimize gcc install

parent ca9eb221
Branches
No related tags found
No related merge requests found
......@@ -6,11 +6,17 @@ LABEL authors="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
# GCC
ENV BASH_ENV "/etc/profile"
RUN yum install -y centos-release-scl && \
yum install -y epel-release && \
yum install -y devtoolset-9 && \
yum install -y rh-git218-git && \
yum install -y patch && \
RUN yum install -y \
centos-release-scl \
epel-release && \
yum update -y && \
yum install -y \
kernel && \
yum install -y \
devtoolset-9 && \
yum install -y \
rh-git218-git \
patch && \
yum clean all
ADD bash/toolchain.sh /etc/profile.d/toolchain.sh
ADD bash/ld-library-path.sh /etc/profile.d/ld-library-path.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment