Markus Neteler 15d6526eac GRASS GIS 8 dev: version bump to grass81 (#2084) | 2 anos atrás | |
---|---|---|
.. | ||
Dockerfile | 2 anos atrás | |
Dockerfile_alpine_latest | 2 anos atrás | |
README.md | 3 anos atrás |
Dockerfile with an Alpine Linux image with GRASS GIS, PDAL support and grass-session.
Download size of this image is only approximately 80 MB.
Clone this repository and change directory:
git clone https://github.com/OSGeo/grass.git
cd grass
Build the docker with:
docker build \
--file docker/alpine/Dockerfile \
--tag grass-py3-pdal:latest-alpine .
View the images available using sudo docker images
and open a bash terminal
with:
$ docker run -it grass-py3-pdal:latest-alpine /bin/bash
bash-5.0#
To build a stable version:
change to the releasebranch or tag you want to build:
git checkout remotes/origin/releasebranch_7_8
and build and enter with:
$ docker build \
-f docker/alpine/Dockerfile \
-t grass-py3-pdal:stable-alpine .
$ docker run -it grass-py3-pdal:stable-alpine /bin/bash
bash-5.0#