Skip to content

Commit

Permalink
Update Dockerfile.cmake-cgcore
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb authored Apr 29, 2024
1 parent 907df5b commit 7a927e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/Dockerfile.cmake-cgcore
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ SHELL ["/bin/bash", "-c"]
ENV TZ=Europe/Paris
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
#==========================================
# eigen added for gmds
# libeigen3-dev and libglpk-dev added for gmds
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 libeigen3-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 libeigen3-dev libglpk-dev &&\
apt clean &&\
rm -rf /var/lib/apt/lists/*
#==========================================
Expand Down

0 comments on commit 7a927e5

Please sign in to comment.