Skip to content
Snippets Groups Projects
Commit a0fc5246 authored by Jonas Eppelt's avatar Jonas Eppelt
Browse files

typo

parent cb09f0cb
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ RUN apt-get -y update \
### Install Geant4
RUN mkdir geant4-source \
&& SDIR=$(readlink -f geant4-source) \
&& wget -q -O - http://cern.ch/geant4-data/releases/geant4.11.1.tar.gz | tar xzf - -C "geant4-source" \
&& wget -q -O - http://cern.ch/geant4-data/releases/geant4.11.1.1.tar.gz | tar xzf - -C "geant4-source" \
&& mkdir geant4-build && pushd geant4-build \
&& cmake -DCMAKE_INSTALL_PREFIX=/opt/geant4 \
-DGEANT4_INSTALL_EXAMPLES=OFF \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment