Commit e58f6345 authored by Dominik Charousset's avatar Dominik Charousset

Update CentOS 7 image to use GCC 8

parent 5d233fae
...@@ -6,12 +6,12 @@ RUN yum update -y \ ...@@ -6,12 +6,12 @@ RUN yum update -y \
&& yum update -y \ && yum update -y \
&& yum install -y \ && yum install -y \
cmake3 \ cmake3 \
devtoolset-7 \ devtoolset-8 \
devtoolset-7-libasan-devel \ devtoolset-8-libasan-devel \
devtoolset-7-libubsan-devel \ devtoolset-8-libubsan-devel \
git \ git \
make \ make \
openssl-devel \ openssl-devel \
&& yum clean all && yum clean all
ENV CXX=/opt/rh/devtoolset-7/root/usr/bin/g++ ENV CXX=/opt/rh/devtoolset-8/root/usr/bin/g++
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment