File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#============== OS LAYER ==================
2
2
# In ubuntu:20.4 the Open GL version is too old to execute in container
3
3
# Ubuntu 22.04 allows to execute glxgears in a docker container
4
- FROM ubuntu:22 .04
4
+ FROM ubuntu:24 .04
5
5
#==========================================
6
6
ARG SPACK_VERSION=0.22.2
7
7
# METADATA OF THE IMAGE
@@ -19,10 +19,10 @@ SHELL ["/bin/bash", "-c"]
19
19
ENV TZ=Europe/Paris
20
20
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
21
21
#==========================================
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
23
23
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 &&\
26
26
apt clean &&\
27
27
rm -rf /var/lib/apt/lists/*
28
28
#==========================================
You can’t perform that action at this time.
0 commit comments