Skip to content

Commit

Permalink
correctly source geant4 in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 6, 2023
1 parent aa3358f commit 6f151ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN git clone https://github.com/Geant4/geant4.git /tmp/geant4 --branch=v${GEANT
COPY . /source

# Build and install
RUN source /opt/geant4/bin/geant4.sh \
RUN bash /opt/geant4/bin/geant4.sh \
&& pip install /source \
&& rm -rf /source

Expand Down

0 comments on commit 6f151ab

Please sign in to comment.