We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca7988 commit c55b165Copy full SHA for c55b165
dockerfiles/Dockerfile.spack-magix3d
@@ -22,7 +22,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
22
# wget libasound2 libdbus-glib-1-2 packagekit-gtk3-module used by firefox for documentation
23
RUN 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
- wget libasound2 libdbus-glib-1-2 packagekit-gtk3-module &&\
+ apt install -y wget libasound2 libdbus-glib-1-2 packagekit-gtk3-module &&\
26
apt clean &&\
27
rm -rf /var/lib/apt/lists/*
28
#==========================================
0 commit comments