From c55b165802e9e2329261b1fe402e517dfb405314 Mon Sep 17 00:00:00 2001 From: Benoit Lelandais <41573600+lelandaisb@users.noreply.github.com> Date: Wed, 22 May 2024 16:19:03 +0200 Subject: [PATCH] Update Dockerfile.spack-magix3d --- dockerfiles/Dockerfile.spack-magix3d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile.spack-magix3d b/dockerfiles/Dockerfile.spack-magix3d index d063275..d90124d 100644 --- a/dockerfiles/Dockerfile.spack-magix3d +++ b/dockerfiles/Dockerfile.spack-magix3d @@ -22,7 +22,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # wget libasound2 libdbus-glib-1-2 packagekit-gtk3-module used by firefox for documentation RUN apt update &&\ apt install -y build-essential cmake python3 python3-distutils unzip zip curl git libxt-dev libgl-dev gfortran autoconf pkg-config lsb-release file &&\ - wget libasound2 libdbus-glib-1-2 packagekit-gtk3-module &&\ + apt install -y wget libasound2 libdbus-glib-1-2 packagekit-gtk3-module &&\ apt clean &&\ rm -rf /var/lib/apt/lists/* #==========================================