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

modified: containers/docker/Dockerfile

parent 62533267
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ RUN cd /tmp \
&& apt-get update && apt-get install -y libtbb-dev libtbb2 \
&& tar -zxf HepPDT-3.04.01.tar.gz \
&& cd HepPDT-3.04.01 \
&& ./configure && make -j30 && make install \
&& ./configure --prefix=/usr/local && make -j30 && make install \
&& cd /tmp && rm -r HepPDT-3.04.01
RUN cd /tmp \
......
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