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

Ci fix

	modified:   .gitlab-ci.yml

	modified:   .containers/docker/Dockerfile
parent a29a6093
Branches
Tags
1 merge request!77Ci fix
......@@ -18,12 +18,12 @@ LABEL maintainer="Whitney Armstrong <warmstrong@anl.gov>" \
RUN cd /tmp \
&& apt-get update && apt-get install rsync -y \
&& wget http://home.thep.lu.se/~torbjorn/pythia8/pythia8303.tgz \
&& tar -zxf pythia8303.tgz && cd pythia8303 \
&& 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 \
&& make -j30 \
&& make install \
&& cd /tmp && rm -rf /tmp/pythia8303
&& cd /tmp && rm -rf /tmp/pythia8244
RUN cd /tmp \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment