File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#============== OS LAYER ==================
22# In ubuntu:20.4 the Open GL version is too old to execute in container
33# Ubuntu 22.04 allows to execute glxgears in a docker container
4- FROM ubuntu:22 .04
4+ FROM ubuntu:24 .04
55#==========================================
66# METADATA OF THE IMAGE
77LABEL description="LIHPC-CG cmake core image" \
8- version.ubuntu="22 .04" \
8+ version.ubuntu="24 .04" \
99 version.qwt="6.1.5" \
1010 version.mesquite="2.3.0" \
1111 version.cgns="4.3.0" \
@@ -24,7 +24,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
2424#==========================================
2525# libeigen3-dev and libglpk-dev added for gmds
2626RUN apt update &&\
27- 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 &&\
27+ apt install -y build-essential cmake python3 python3-venv unzip zip curl git libxt-dev libgl-dev gfortran autoconf pkg-config lsb-release &&\
2828 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 &&\
2929 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 wget &&\
3030 apt clean &&\
You can’t perform that action at this time.
0 commit comments