Skip to content

Commit

Permalink
Merge pull request #82 from actinia-org/actinia_without_snap
Browse files Browse the repository at this point in the history
actinia Image without SNAP
  • Loading branch information
anikaweinmann authored May 28, 2024
2 parents 8947a75 + 90f350c commit 36bc176
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions actinia-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ USER root
COPY --from=version /actinia-docker-version.txt /

# # ESA SNAP SETUP
ENV LD_LIBRARY_PATH ".:$LD_LIBRARY_PATH"
COPY --from=snap /root/.snap /root/.snap
COPY --from=snap /usr/local/snap /usr/local/snap
# using gpt (graph processing tool) instead:
# add gpt to PATH
ENV PATH="${PATH}:/usr/local/snap/bin"
# test gpt
RUN gpt -h
# ENV LD_LIBRARY_PATH ".:$LD_LIBRARY_PATH"
# COPY --from=snap /root/.snap /root/.snap
# COPY --from=snap /usr/local/snap /usr/local/snap
# # using gpt (graph processing tool) instead:
# # add gpt to PATH
# ENV PATH="${PATH}:/usr/local/snap/bin"
# # test gpt
# RUN gpt -h

# GRASS GIS SETUP
COPY --from=grass /usr/local/bin/grass /usr/local/bin/grass
Expand Down

0 comments on commit 36bc176

Please sign in to comment.