Skip to content
Snippets Groups Projects
Commit 2d92a455 authored by Florian Deuerlein's avatar Florian Deuerlein
Browse files

added option to use gcc10

parent 4b0981da
No related branches found
No related tags found
1 merge request!3Feature/gcc10
Pipeline #2530 failed with stage
in 25 minutes and 31 seconds
......@@ -16,9 +16,11 @@ RUN curl -SsL https://rpm.nodesource.com/setup_10.x | bash
# Install all OS dependencies for notebook server that starts but lacks all
# features (e.g., download as all possible file formats)
# to use devtoolset 10 (e.g. gcc): scl enable devtoolset-10 bash
RUN yum install -y epel-release && \
yum-config-manager --enable epel && \
yum groupinstall -y 'Development Tools' && \
yum install -y centos-release-scl && yum install -y devtoolset-10 && \
yum install -y \
bzip2-devel \
cmake \
......
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