Skip to content

Commit cb6167e

Browse files
committed
Ubuntu 22.04 --> 24.04
1 parent a3b1644 commit cb6167e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dockerfiles/Dockerfile.cmake-cgcore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
77
LABEL 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
2626
RUN 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 &&\

0 commit comments

Comments
 (0)