From c4ddff9c6f1497e60a0370af9dfe116b0f97b730 Mon Sep 17 00:00:00 2001 From: Shahzeb Siddiqui Date: Fri, 21 Jun 2024 11:56:38 -0400 Subject: [PATCH] need to add -y --- scripts/spack_container/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/spack_container/Dockerfile b/scripts/spack_container/Dockerfile index 6f8a2365f..c830c74ef 100644 --- a/scripts/spack_container/Dockerfile +++ b/scripts/spack_container/Dockerfile @@ -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