Update devtoolset from 3 to 6

This commit is contained in:
Emanuele Zattin 2018-08-21 09:26:40 +02:00
parent cf1683b66c
commit ec2f3b44fd
2 changed files with 4 additions and 4 deletions

View File

@ -20,9 +20,9 @@ RUN touch /var/lib/rpm/* \
which \
chrpath \
openssl-devel \
devtoolset-3-gcc \
devtoolset-3-gcc-c++ \
devtoolset-3-binutils \
devtoolset-6-gcc \
devtoolset-6-gcc-c++ \
devtoolset-6-binutils \
libconfig-devel \
jq \
&& yum remove -y g++ gcc \

View File

@ -1,3 +1,3 @@
#!/bin/bash
scl enable devtoolset-3 -- "$@"
scl enable devtoolset-6 -- "$@"