Skip to content
Snippets Groups Projects
Commit ff9fb0e1 authored by Vladimir Kulikovskiy's avatar Vladimir Kulikovskiy
Browse files

Another trial.

parent 18a9fc0a
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ FROM docker.km3net.de/base/centos-full:7
RUN export LD_LIBRARY_PATH=${LIBCONFIG_ROOT}/lib:${LD_LIBRARY_PATH}
RUN export CPLUS_INCLUDE_PATH=${LIBCONFIG_ROOT}/include
# Make Geant4
# Make Geant4 and dependencies
RUN yum install -y libX11-devel libXmu-devel motif motif-devel
RUN cd $HOME/OMGsim && wget http://cern.ch/geant4-data/releases/geant4.10.01.p03.tar.gz && tar xf geant4.10.01.p03.tar.gz && \
mkdir geant4.10.01.p03-build && cd geant4.10.01.p03-build && \
......
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