Skip to content
Snippets Groups Projects
Commit 620b0c3f authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: containers/docker/Dockerfile

parent 0de375d0
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ENV PYTHONPATH="/usr/local/lib:${PYTHONPATH}" ...@@ -11,6 +11,7 @@ ENV PYTHONPATH="/usr/local/lib:${PYTHONPATH}"
#RUN source /usr/local/bin/thisroot.sh \ #RUN source /usr/local/bin/thisroot.sh \
RUN cd /tmp \ RUN cd /tmp \
&& apt-get update && apt-get install -y libtbb-dev libtbb2 \
&& wget http://lcgapp.cern.ch/project/simu/HepPDT/download/HepPDT-3.04.01.tar.gz \ && wget http://lcgapp.cern.ch/project/simu/HepPDT/download/HepPDT-3.04.01.tar.gz \
&& tar -zxf HepPDT-3.04.01.tar.gz \ && tar -zxf HepPDT-3.04.01.tar.gz \
&& cd HepPDT-3.04.01 \ && cd HepPDT-3.04.01 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment