From 99f4f612a2106a9320e0e54ad2270091fb5ed8a4 Mon Sep 17 00:00:00 2001 From: nicolas le goff Date: Sat, 26 Oct 2024 23:56:34 +0200 Subject: [PATCH] spack-cgcore: forgot to add wget the the installed packages --- dockerfiles/Dockerfile.spack-cgcore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile.spack-cgcore b/dockerfiles/Dockerfile.spack-cgcore index 53d00ac..cdb85e6 100644 --- a/dockerfiles/Dockerfile.spack-cgcore +++ b/dockerfiles/Dockerfile.spack-cgcore @@ -25,7 +25,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # 02/23: pkg-config added. Used by gts # 02/23: lsb-release added. Used by mgx start script. RUN apt update &&\ - 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 file &&\ + 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 file wget &&\ apt clean &&\ rm -rf /var/lib/apt/lists/* #==========================================