Skip to content

Commit

Permalink
empty continuation line
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 6, 2023
1 parent 894c587 commit 72e0afa
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 @@ -24,7 +24,7 @@ RUN git clone https://github.com/apache/xerces-c.git /tmp/xerces \
-DCMAKE_CXX_FLAGS=-fPIC \
-DCMAKE_C_FLAGS=-fPIC \
&& cmake --build /tmp/xerces/build -j$(nproc) --target install \
&& rm -rf /tmp/xerces \
&& rm -rf /tmp/xerces

RUN git clone https://github.com/Geant4/geant4.git /tmp/geant4 --branch=v${GEANT4_VERSION} --depth=1 \
&& cmake -G Ninja -B /tmp/geant4/build -S /tmp/geant4 \
Expand Down

0 comments on commit 72e0afa

Please sign in to comment.