Skip to content

Commit

Permalink
try ld_library_path
Browse files Browse the repository at this point in the history
  • Loading branch information
esgn committed Oct 20, 2023
1 parent e1591c5 commit 8e4fa4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lod22-reconstruct-batch.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 2 additions & 0 deletions lod22-reconstruct-stream.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 2 additions & 0 deletions lod22-reconstruct.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 8e4fa4e

Please sign in to comment.