Skip to content

Commit da2de8c

Browse files
committed
Add debug in Dockerfile
1 parent cf60a3c commit da2de8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ COPY . /usr/local/hk/Geant4
44

55
WORKDIR /usr/local/hk
66

7+
RUN ls /usr/local/hk/Geant4
8+
RUN ls /usr/local/hk/Geant4/source/4.10.01.p03
9+
710
RUN . /usr/local/hk/hk-pilot/setup.sh &&\
811
hkp install Geant4 && \
912
hkp clean --src --build Geant4

0 commit comments

Comments
 (0)