mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
5 lines
255 B
Plaintext
5 lines
255 B
Plaintext
FROM ubuntu:16.04
|
|
MAINTAINER Matthias Hochsteger <matthias.hochsteger@tuwien.ac.at>
|
|
RUN apt-get update && apt-get -y install python3 libpython3-dev libxmu-dev libboost-python-dev tk-dev tcl-dev cmake git g++ libglu1-mesa-dev ccache
|
|
ADD . /root/src/netgen
|