18.04 build

This commit is contained in:
Aryan Blaauw 2019-02-18 15:29:01 +01:00 committed by GitHub
parent 5a8522686b
commit 83297a2a03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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