Skip to content

Commit

Permalink
need to add -y
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui authored Jun 21, 2024
1 parent 4d76876 commit c4ddff9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/spack_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ RUN apt update && \
apt install -y software-properties-common && \
add-apt-repository ppa:git-core/ppa -y && \
apt-get update && \
apt-get install tcsh zsh && \
apt-get install python3-venv && \
apt-get install git -y
apt-get install -y tcsh zsh && \
apt-get install -y git

USER spack
RUN git clone --depth=100 --branch=releases/v0.21 https://github.com/spack/spack.git ~/spack
Expand Down

0 comments on commit c4ddff9

Please sign in to comment.