Skip to content

Commit c55b165

Browse files
authored
Update Dockerfile.spack-magix3d
1 parent eca7988 commit c55b165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile.spack-magix3d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
2222
# wget libasound2 libdbus-glib-1-2 packagekit-gtk3-module used by firefox for documentation
2323
RUN apt update &&\
2424
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-
wget libasound2 libdbus-glib-1-2 packagekit-gtk3-module &&\
25+
apt install -y wget libasound2 libdbus-glib-1-2 packagekit-gtk3-module &&\
2626
apt clean &&\
2727
rm -rf /var/lib/apt/lists/*
2828
#==========================================

0 commit comments

Comments
 (0)