File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docker/actinia-core-alpine Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM mundialis/actinia:alpine-dependencies-2024-08-14 as build-base
2- FROM osgeo/grass-gis:releasebranch_8_4 -alpine as grass
1+ FROM mundialis/actinia:alpine-dependencies-2024-05-24 as build-base
2+ FROM osgeo/grass-gis:releasebranch_8_3 -alpine as grass
33
44FROM build-base as requirements
55
@@ -16,12 +16,12 @@ ENV GISBASE ""
1616COPY --from=grass /usr/local/bin/grass /usr/local/bin/grass
1717COPY --from=grass /usr/local/grass* /usr/local/grass/
1818RUN ln -s /usr/local/grass "$(grass --config path)"
19- RUN grass --tmp-project EPSG:4326 --exec g.version -rge && \
19+ RUN grass --tmp-location EPSG:4326 --exec g.version -rge && \
2020 pdal --version && \
2121 python --version
2222
2323# Install GRASS GIS addon d.rast.multi (needed for STRDS render endpoint)
24- RUN grass --tmp-project EPSG:4326 --exec g.extension -s \
24+ RUN grass --tmp-location EPSG:4326 --exec g.extension -s \
2525 extension=d.rast.multi url=https://github.com/mundialis/d_rast_multi
2626
2727
You can’t perform that action at this time.
0 commit comments