From 83297a2a03e3e9b8b97d52ff19ad9b9ad04c228f Mon Sep 17 00:00:00 2001 From: Aryan Blaauw Date: Mon, 18 Feb 2019 15:29:01 +0100 Subject: [PATCH] 18.04 build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88997c1..a272559 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN add-apt-repository universe && apt-get update && export DEBIAN_FRONTEND=noni RUN git clone --recursive https://github.com/stevenrobertson/cuburn.git RUN git clone --recursive https://github.com/mebigfatguy/apophysis-j.git RUN cd /apophysis-j && ant -RUN add-apt-repository ppa:paulo-miguel-dias/mesa -y && pip install numpy scipy +RUN add-apt-repository ppa:paulo-miguel-dias/mesa -y && pip install numpy scipy && apt-get clean all