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

Remove "from" from the git clone command

parent 1da3cfbd
No related branches found
No related tags found
No related merge requests found
FROM docker.km3net.de/jpp-root6-py2:v11.0.0-rc8
MAINTAINER Tamas Gal <tgal@km3net.de>
RUN git clone from https://github.com/joaoabcoelho/OscProb /OscProb && cd /OscProb && make
RUN git clone https://github.com/joaoabcoelho/OscProb /OscProb && cd /OscProb && 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