Skip to content
Snippets Groups Projects
Commit 1751fbce authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix ROOT path

parent 93f0794b
No related branches found
No related tags found
No related merge requests found
......@@ -13,4 +13,4 @@ FROM centos:7.4.1708
RUN curl -L https://root.cern.ch/download/root_v5.34.36.Linux-centos7-x86_64-gcc4.8.tar.gz > root.tar.gz && tar xvf root.tar.gz -C /usr/local/ && rm root.tar.gz
RUN sed -i 's/-std=c++11//g' /usr/local/root/bin/root-config
RUN echo "source /usr/local/bin/root/thisroot.sh" > /root/.bashrc
RUN echo "source /usr/local/root/bin/thisroot.sh" > /root/.bashrc
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