From 72e0afaee5e967474c2f12aec01d08205a9ea0d8 Mon Sep 17 00:00:00 2001 From: Luis Antonio Obis Aparicio Date: Wed, 6 Dec 2023 02:11:46 -0600 Subject: [PATCH] empty continuation line --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6029333..7866baa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \