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/