netgen/tests/dockerfile

5 lines
286 B
Plaintext
Raw Normal View History

FROM ubuntu:18.04
MAINTAINER Matthias Hochsteger <matthias.hochsteger@tuwien.ac.at>
RUN apt-get update && apt-get -y install python3 libpython3-dev libxmu-dev tk-dev tcl-dev cmake git g++ libglu1-mesa-dev ccache python3-pytest python3-numpy python3-tk clang-tidy
ADD . /root/src/netgen