Skip to content
Snippets Groups Projects
Commit 12e4384e authored by Bruno Strandberg's avatar Bruno Strandberg
Browse files

Changed OscProb to use specific version.

parent c40f470a
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@ FROM docker.km3net.de/jpp-root6-py2:v11.0.0-rc8
MAINTAINER Tamas Gal <tgal@km3net.de>
RUN yum install -y gsl-devel && yum clean -y all
RUN git clone https://github.com/joaoabcoelho/OscProb /OscProb && source /opt/root-6.14.06/bin/thisroot.sh && cd /OscProb && make
RUN git clone https://github.com/joaoabcoelho/OscProb /OscProb && source /opt/root-6.14.06/bin/thisroot.sh && cd /OscProb && git checkout v1.1 && make
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment