From 923a1165449533bd35a6ef9955a301fbb7496fa6 Mon Sep 17 00:00:00 2001 From: Gerry Knapp Date: Wed, 25 Sep 2024 16:01:28 -0400 Subject: [PATCH] add 3DThesis PATH to correct file --- docker/ubuntu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/ubuntu b/docker/ubuntu index 446a04e..e94ec43 100644 --- a/docker/ubuntu +++ b/docker/ubuntu @@ -84,8 +84,8 @@ RUN . /opt/spack-environment/activate.sh && \ -D CMAKE_INSTALL_PREFIX=${THESIS_DIR} \ -D CMAKE_BUILD_TYPE=Debug && \ cmake --build build && \ - cmake --install build -RUN echo 'export PATH="/opt/3DThesis/bin:$PATH"' >> activate.sh + cmake --install build && \ + echo 'export PATH="/opt/3DThesis/bin:$PATH"' >> /opt/spack-environment/activate.sh # Set entry point RUN { \