Skip to content

Commit b612b00

Browse files
committed
Ubuntu 22.04 --> 24.04
1 parent 2d44d01 commit b612b00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dockerfiles/Dockerfile.spack-magix3d

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
ARG SPACK_VERSION=0.22.2
77
# METADATA OF THE IMAGE
@@ -19,10 +19,10 @@ SHELL ["/bin/bash", "-c"]
1919
ENV TZ=Europe/Paris
2020
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
2121
#==========================================
22-
# wget libasound2 libdbus-glib-1-2 packagekit-gtk3-module used by firefox for documentation
22+
# wget libasound2t64 libdbus-glib-1-2 packagekit-gtk3-module used by firefox for documentation
2323
RUN apt update &&\
24-
apt install -y build-essential cmake python3 python3-distutils unzip zip curl git libxt-dev libgl-dev gfortran autoconf pkg-config lsb-release file &&\
25-
apt install -y wget libasound2 libdbus-glib-1-2 packagekit-gtk3-module &&\
24+
apt install -y build-essential cmake python3 unzip zip curl git libxt-dev libgl-dev gfortran autoconf pkg-config lsb-release file &&\
25+
apt install -y wget libasound2t64 libdbus-glib-1-2 packagekit-gtk3-module &&\
2626
apt clean &&\
2727
rm -rf /var/lib/apt/lists/*
2828
#==========================================

0 commit comments

Comments
 (0)