Skip to content

Commit

Permalink
add tcsh and zsh and python3-venv into container
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui authored Jun 21, 2024
1 parent d4fb775 commit 4d76876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/spack_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +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

USER spack
Expand Down

0 comments on commit 4d76876

Please sign in to comment.