Skip to content

Commit 6f151ab

Browse files
committed
correctly source geant4 in Dockerfile
1 parent aa3358f commit 6f151ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN git clone https://github.com/Geant4/geant4.git /tmp/geant4 --branch=v${GEANT
4747
COPY . /source
4848

4949
# Build and install
50-
RUN source /opt/geant4/bin/geant4.sh \
50+
RUN bash /opt/geant4/bin/geant4.sh \
5151
&& pip install /source \
5252
&& rm -rf /source
5353

0 commit comments

Comments
 (0)