From 8e4fa4e83ac8d1e44c5d49d0990e51fc2163042b Mon Sep 17 00:00:00 2001 From: esgn <5435148+esgn@users.noreply.github.com> Date: Fri, 20 Oct 2023 18:44:43 +0200 Subject: [PATCH] try ld_library_path --- lod22-reconstruct-batch.dockerfile | 2 ++ lod22-reconstruct-stream.dockerfile | 2 ++ lod22-reconstruct.dockerfile | 2 ++ 3 files changed, 6 insertions(+) diff --git a/lod22-reconstruct-batch.dockerfile b/lod22-reconstruct-batch.dockerfile index 76b13cc..78b7177 100644 --- a/lod22-reconstruct-batch.dockerfile +++ b/lod22-reconstruct-batch.dockerfile @@ -7,6 +7,8 @@ LABEL org.opencontainers.image.description="Tool for reconstructing building mod LABEL org.opencontainers.image.licenses="(GPL-3.0 AND AGPL-3.0)" LABEL org.opencontainers.image.version=$VERSION +ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/ + COPY --from=ignfab/geoflow-bundle-builder:latest /export/ / COPY flowcharts/gfc-brecon/batch/* /usr/local/geoflow-flowcharts/gfc-brecon/ diff --git a/lod22-reconstruct-stream.dockerfile b/lod22-reconstruct-stream.dockerfile index 6e444a2..8f7e0c2 100644 --- a/lod22-reconstruct-stream.dockerfile +++ b/lod22-reconstruct-stream.dockerfile @@ -7,6 +7,8 @@ LABEL org.opencontainers.image.description="Tool for reconstructing building mod LABEL org.opencontainers.image.licenses="(GPL-3.0 AND AGPL-3.0)" LABEL org.opencontainers.image.version=$VERSION +ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/ + COPY --from=ignfab/geoflow-bundle-builder:latest /export/ / COPY flowcharts/gfc-brecon/stream/* /usr/local/geoflow-flowcharts/gfc-brecon/ diff --git a/lod22-reconstruct.dockerfile b/lod22-reconstruct.dockerfile index 2ec520a..213fe27 100644 --- a/lod22-reconstruct.dockerfile +++ b/lod22-reconstruct.dockerfile @@ -7,6 +7,8 @@ LABEL org.opencontainers.image.description="Tool for reconstructing building mod LABEL org.opencontainers.image.licenses="(GPL-3.0 AND AGPL-3.0)" LABEL org.opencontainers.image.version=$VERSION +ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/ + COPY --from=ignfab/geoflow-bundle-builder:latest /export/ / COPY flowcharts/gfc-brecon/single/reconstruct.json /usr/local/geoflow-flowcharts/gfc-brecon/