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

modified: containers/docker/Dockerfile

parent df311e11
Branches
Tags
No related merge requests found
...@@ -27,7 +27,7 @@ RUN cd /tmp \ ...@@ -27,7 +27,7 @@ RUN cd /tmp \
&& cd /tmp && rm -rf /tmp/HepMC3 && cd /tmp && rm -rf /tmp/HepMC3
RUN cd /tmp \ RUN cd /tmp \
&& sudo apt-get update && sudo apt-get install -y rsync \ && apt-get update && sudo apt-get install -y rsync \
&& wget http://home.thep.lu.se/~torbjorn/pythia8/pythia8244.tgz \ && wget http://home.thep.lu.se/~torbjorn/pythia8/pythia8244.tgz \
&& tar -zxf pythia8244.tgz && cd pythia8244 \ && tar -zxf pythia8244.tgz && cd pythia8244 \
&& ./configure --prefix=/usr/local --enable-shared --enable-64bit --with-root --with-hepmc3 \ && ./configure --prefix=/usr/local --enable-shared --enable-64bit --with-root --with-hepmc3 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment