Commit bb2466a4feb773a784fa134e3d9b81a83448a880
1 parent
cc2bc628
change dockerfile
Showing
2 changed files
with
2 additions
and
2 deletions
docker/Dockerfile
... | ... | @@ -32,7 +32,7 @@ RUN mathurl=$(curl -s 'http://www.apache.org/dyn/closer.lua/commons/math/binarie |
32 | 32 | tar xzf lib/commons-math3-3.6.1-bin.tar.gz -C lib commons-math3-3.6.1/commons-math3-3.6.1.jar --strip-components=1 && \ |
33 | 33 | rm lib/commons-math3-3.6.1-bin.tar.gz |
34 | 34 | |
35 | -RUN svn export https://github.com/meertensinstituut/mtas/trunk/docker/ data | |
35 | +RUN svn export https://github.com/meertensinstituut/mtas/trunk/docker/ data | |
36 | 36 | |
37 | 37 | RUN add-apt-repository -y ppa:webupd8team/java && \ |
38 | 38 | apt-get update && \ |
... | ... |
src/docker/Dockerfile
... | ... | @@ -32,7 +32,7 @@ RUN mathurl=$(curl -s 'http://www.apache.org/dyn/closer.lua/commons/math/binarie |
32 | 32 | tar xzf lib/commons-math3-3.6.1-bin.tar.gz -C lib commons-math3-3.6.1/commons-math3-3.6.1.jar --strip-components=1 && \ |
33 | 33 | rm lib/commons-math3-3.6.1-bin.tar.gz |
34 | 34 | |
35 | -RUN svn export https://github.com/meertensinstituut/mtas/trunk/docker/ data | |
35 | +RUN svn export https://github.com/meertensinstituut/mtas/trunk/docker/ data | |
36 | 36 | |
37 | 37 | RUN add-apt-repository -y ppa:webupd8team/java && \ |
38 | 38 | apt-get update && \ |
... | ... |