We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727067b commit fed68fbCopy full SHA for fed68fb
1 file changed
Dockerfile
@@ -89,7 +89,7 @@ RUN install-ubuntu-packages \
89
90
LABEL pythia.version="8.313"
91
RUN mkdir src && \
92
- ${__wget} https://pythia.org/download/pythia83/pythia8313.tgz | ${__untar} &&\
+ ${__wget} https://pythia.org/releases/pythia83/pythia8313.tgz | ${__untar} &&\
93
cd src &&\
94
./configure --with-lhapdf6 --prefix=${__prefix} &&\
95
make -j$NPROC install &&\
0 commit comments