From eb176783b385b0b2dd6322c4248ed0267b5e4dd9 Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Wed, 26 Mar 2025 18:43:26 +0100 Subject: [PATCH] Fix SoQt sources path and unzip command --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0edeb9e..11dd2b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -101,9 +101,9 @@ RUN mkdir -p build_coin && \ RUN pwd; ls && \ mkdir -p build_soqt && \ cd build_soqt && \ - wget https://geomodel.web.cern.ch/sources/coin-${SOQT_VERSION}-src.zip && \ + wget https://geomodel.web.cern.ch/sources/soqt-${SOQT_VERSION}-src.zip && \ unzip -q soqt-${SOQT_VERSION}-src.zip -d soqt-sources && \ - mv soqt-sources/* coin && \ + mv soqt-sources/* soqt && \ mkdir build && \ cd build && \ cmake -DCMAKE_BUILD_TYPE=Debug \ -- GitLab