Skip to content

Commit

Permalink
Packages used by documentation removed
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb committed Sep 20, 2023
1 parent 71091b8 commit 29d719b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dockerfiles/Dockerfile.cmake-cgcore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29d719b

Please sign in to comment.