Skip to content

Commit

Permalink
spack-cgcore: forgot to add wget the the installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Oct 26, 2024
1 parent 7a23ba3 commit 99f4f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.spack-cgcore
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
#==========================================
Expand Down

0 comments on commit 99f4f61

Please sign in to comment.