Skip to content

Commit

Permalink
update actinia-api version
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Dec 9, 2024
1 parent 4dca658 commit 438a95b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/actinia-core-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM mundialis/actinia:alpine-dependencies-2024-08-14 as build-base
FROM osgeo/grass-gis:releasebranch_8_4-alpine as grass
FROM mundialis/actinia:alpine-dependencies-2024-05-24 as build-base
FROM osgeo/grass-gis:releasebranch_8_3-alpine as grass

FROM build-base as requirements

Expand All @@ -16,12 +16,12 @@ ENV GISBASE ""
COPY --from=grass /usr/local/bin/grass /usr/local/bin/grass
COPY --from=grass /usr/local/grass* /usr/local/grass/
RUN ln -s /usr/local/grass "$(grass --config path)"
RUN grass --tmp-project EPSG:4326 --exec g.version -rge && \
RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \
pdal --version && \
python --version

# Install GRASS GIS addon d.rast.multi (needed for STRDS render endpoint)
RUN grass --tmp-project EPSG:4326 --exec g.extension -s \
RUN grass --tmp-location EPSG:4326 --exec g.extension -s \
extension=d.rast.multi url=https://github.com/mundialis/d_rast_multi


Expand Down

0 comments on commit 438a95b

Please sign in to comment.