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

Add ROOT env to global bashrc

parent 1751fbce
No related branches found
No related tags found
No related merge requests found
...@@ -13,4 +13,4 @@ FROM centos:7.4.1708 ...@@ -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 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 sed -i 's/-std=c++11//g' /usr/local/root/bin/root-config
RUN echo "source /usr/local/root/bin/thisroot.sh" > /root/.bashrc RUN echo "source /usr/local/root/bin/thisroot.sh" >> /etc/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