2021-01-14 17:37:21 +01:00
|
|
|
FROM ubuntu:20.10
|
2018-12-10 11:18:35 +01:00
|
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
2016-06-22 13:26:05 +02:00
|
|
|
MAINTAINER Matthias Hochsteger <matthias.hochsteger@tuwien.ac.at>
|
2021-01-14 18:18:42 +01:00
|
|
|
RUN apt-get update && apt-get -y install python3 python3-pip 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 libhdf5-dev
|
2021-01-13 08:40:52 +01:00
|
|
|
RUN python3 -m pip install pytest-check
|
2016-06-22 13:26:05 +02:00
|
|
|
ADD . /root/src/netgen
|