Skip to content

Commit

Permalink
set LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
stadie authored Dec 3, 2024
1 parent 7942e80 commit be76d67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ RUN git clone http://github.com/vmc-project/geant4_vmc.git $GEANT4_VMC_DIR/git_s
make install && \
cd .. && \
rm -rf build git_source

ARG USE_VGM=1
ARG LD_LIBRARY_PATH=$VGM_DIR/lib:VMC_DIR/lib:GEANT4_VMC_DIR/lib:$LD_LIBRARY_PATH

Check warning on line 53 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
RUN echo $LD_LIBRARY_PATH

0 comments on commit be76d67

Please sign in to comment.