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

modified: Dockerfile

parent f999f91e
No related branches found
No related tags found
No related merge requests found
...@@ -10,9 +10,9 @@ LABEL maintainer="Whitney Armstrong <warmstrong@anl.gov>" \ ...@@ -10,9 +10,9 @@ LABEL maintainer="Whitney Armstrong <warmstrong@anl.gov>" \
ENV PYTHONPATH="/usr/local/lib:${PYTHONPATH}" ENV PYTHONPATH="/usr/local/lib:${PYTHONPATH}"
#RUN source /usr/local/bin/thisroot.sh \ #RUN source /usr/local/bin/thisroot.sh \
COPY HepPDT-3.04.01.tar.gz /tmp/HepPDT-3.04.01.tar.gz
RUN cd /tmp \ RUN cd /tmp \
&& apt-get update && apt-get install -y libtbb-dev libtbb2 \ && 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 \
&& 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 \
&& ./configure && make -j30 && make install \ && ./configure && make -j30 && make install \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment