Skip to content

Instantly share code, notes, and snippets.

@quang-ha
Created October 14, 2016 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quang-ha/367c4023e83b1d1b20dc2c05096cbf31 to your computer and use it in GitHub Desktop.
Save quang-ha/367c4023e83b1d1b20dc2c05096cbf31 to your computer and use it in GitHub Desktop.
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