Skip to content
Snippets Groups Projects
Commit 41f5df54 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Add certificate update to dockerfile

parent e4ab8212
No related branches found
No related tags found
No related merge requests found
Pipeline #22469 passed
FROM docker.km3net.de/base/centos7-bundle:2021.03.01
RUN yum install -y -e 0 devtoolset-10
RUN yum install -y -e 0 devtoolset-10 ca-certificates
RUN source /opt/rh/devtoolset-10/enable && \
cd /opt && \
wget https://roottuple.hepforge.org/downloads?f=RootTuple-1.0.0.tar.gz && \
wget -O RootTuple-1.0.0.tar.gz https://roottuple.hepforge.org/downloads?f=RootTuple-1.0.0.tar.gz && \
tar -xzvf RootTuple-1.0.0.tar.gz && \
cd RootTuple-1.0.0 && \
sed -i 's/SHARED/STATIC/g' ./src/CMakeLists.txt && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment