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 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#==========================================
66ARG SPACK_VERSION=0.22.2
77# METADATA OF THE IMAGE
@@ -19,10 +19,10 @@ SHELL ["/bin/bash", "-c"]
1919ENV TZ=Europe/Paris
2020RUN 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
2323RUN 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#==========================================
You can’t perform that action at this time.
0 commit comments