Skip to content
Snippets Groups Projects
Commit f8355de9 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Merge branch 'bstrdev' into 'master'

Changed OscProb to use specific version.

See merge request common/dockerfiles!2
parents c40f470a 12e4384e
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.
Finish editing this message first!
Please register or to comment