Markus Neteler 0b3d87ea4e wxPython requires gtk+3.0 and gtk+3.0-dev 5 vuotta sitten
..
Dockerfile_alpine 63576d519a Workaround for currently broken --config revision 5 vuotta sitten
Dockerfile_alpine_wxgui 0b3d87ea4e wxPython requires gtk+3.0 and gtk+3.0-dev 5 vuotta sitten
README_alpine.md 47b32aa40a Minimalistic docker image based on Alpine (#32) 5 vuotta sitten

README_alpine.md

Docker GRASS GIS (alpine linux)

Dockerfile with an Alpine Linux image with GRASS GIS and grass-session.

Download size of this image is only approximately 80 MB.

Build the docker with:

$ sudo docker build --build-arg GRASS_VERSION=7.7 \
                    --build-arg PYTHON_VERSION=3  \
                    --build-arg PROJ_VERSION=5.2.0 \
                    --build-arg PROJ_DATUMGRID_VERSION=1.8 \
                    .

View the images available using sudo docker images and open a bash terminal with:

$ sudo docker run -i -t 15550df91610 /bin/bash
bash-5.0#