[testing] Use libocct instead of liboce

This commit is contained in:
Matthias Hochsteger 2019-10-24 10:46:58 +02:00
parent d0864b9901
commit 93874d6296

View File

@ -1,5 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:19.10
ENV DEBIAN_FRONTEND=noninteractive
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 python3-distutils clang liboce-ocaf-dev
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
ADD . /root/src/netgen