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

modified: containers/docker/Dockerfile

parent 2d8b51c5
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ RUN cd /tmp \
&& cd /tmp && rm -rf /tmp/HepMC3
RUN cd /tmp \
&& apt-get update && sudo apt-get install -y rsync \
&& apt-get update && apt-get install -y rsync \
&& wget http://home.thep.lu.se/~torbjorn/pythia8/pythia8244.tgz \
&& tar -zxf pythia8244.tgz && cd pythia8244 \
&& ./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.
Finish editing this message first!
Please register or to comment