Skip to content

Commit

Permalink
Update Dockerfile.spack-magix3d
Browse files Browse the repository at this point in the history
  • Loading branch information
lelandaisb authored May 22, 2024
1 parent eca7988 commit c55b165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.spack-magix3d
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
#==========================================
Expand Down

0 comments on commit c55b165

Please sign in to comment.