Created
October 14, 2016 17:30
-
-
Save quang-ha/367c4023e83b1d1b20dc2c05096cbf31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM quay.io/fenicsproject/stable:latest | |
USER root | |
RUN apt-get -qq update && \ | |
apt-get -y upgrade && \ | |
apt-get -y install python-scipy && \ | |
apt-get clean && \ | |
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | |
USER root |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment