From 29d719b7f641fe1dc1de19df0275b6f43e670682 Mon Sep 17 00:00:00 2001 From: Benoit LELANDAIS Date: Wed, 20 Sep 2023 10:24:48 +0200 Subject: [PATCH] Packages used by documentation removed --- dockerfiles/Dockerfile.cmake-cgcore | 3 --- 1 file changed, 3 deletions(-) diff --git a/dockerfiles/Dockerfile.cmake-cgcore b/dockerfiles/Dockerfile.cmake-cgcore index 2bb14f8..20ab7fe 100644 --- a/dockerfiles/Dockerfile.cmake-cgcore +++ b/dockerfiles/Dockerfile.cmake-cgcore @@ -21,14 +21,11 @@ SHELL ["/bin/bash", "-c"] ENV TZ=Europe/Paris RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone #========================================== -# graphviz, sphinx and pip are needed by mgx documentation RUN apt update &&\ apt install -y build-essential cmake python3 python3-distutils python3-venv unzip zip curl git libxt-dev libgl-dev gfortran autoconf pkg-config lsb-release &&\ apt install -y openmpi-bin libopenmpi-dev python3-dev swig doxygen libhdf5-dev libhdf5-mpi-dev libxerces-c-dev qtbase5-dev libqwt-qt5-dev libqt5x11extras5-dev qttools5-dev &&\ apt install -y tcllib tklib tcl-dev tk-dev libfreetype-dev libfreeimage-dev rapidjson-dev libdraco-dev libxmu-dev libxi-dev libgts-dev libqt5svg5-dev &&\ - apt install -y graphviz sphinx pip &&\ apt clean &&\ - pip install -U pytest &&\ rm -rf /var/lib/apt/lists/* #========================================== WORKDIR /containerws