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

Don't add NeRCA manually

parent af44b1fc
No related branches found
No related tags found
1 merge request!20Dockerise the monitoring
......@@ -5,6 +5,6 @@ MAINTAINER Tamas Gal <tgal@km3net.de>
RUN apt-get -y update && apt-get -y install build-essential && apt-get clean
COPY . .
RUN julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate(); Pkg.add(url="https://github.com/tamasgal/NeRCA.jl", rev="master"); Pkg.build("NeRCA"); Pkg.test("NeRCA"; coverage = true)'
RUN julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate(); Pkg.build("NeRCA"); Pkg.test("NeRCA"; coverage = true)'
ENTRYPOINT ["julia", "--project=.", "royfit.jl"]
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