Skip to content

Commit

Permalink
try SHELL
Browse files Browse the repository at this point in the history
  • Loading branch information
stadie authored Dec 2, 2024
1 parent 5b0eab5 commit 294a11c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM condaforge/miniforge3:24.9.2-0

SHELL ["/bin/bash", "-c"]
ARG APPS_DIR=/usr/local
RUN conda create -y --name geant --channel=conda-forge geant4 root cmake make
RUN conda clean --all

ARG VMC_DIR=$APPS_DIR/vmc
RUN conda init && conda activate geant && \
RUN conda activate geant && \
git clone http://github.com/vmc-project/vmc.git $VMC_DIR/git_source && \
cd $VMC_DIR && \
git checkout v2-0 && \
Expand Down

0 comments on commit 294a11c

Please sign in to comment.