netgen/tests/dockerfile

6 lines
383 B
Plaintext
Raw Normal View History

FROM ubuntu:19.10
2018-12-10 15:18:35 +05:00
ENV DEBIAN_FRONTEND=noninteractive
MAINTAINER Matthias Hochsteger <matthias.hochsteger@tuwien.ac.at>
2020-03-11 15:48:05 +05:00
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 python3-distutils clang libocct-data-exchange-dev libcgns-dev
ADD . /root/src/netgen