<div dir="ltr"><div dir="ltr">Dear all,<br><br>Recently I've started looking for a docker image with GRASS, I'm looking for a minimal image that is as small as possible.</div><div dir="ltr">From my test the other images available where always above 1GB of size, the current version once built have a size of ~220 MB.</div><div dir="ltr">Another difference respect to others dockers available that I found is that it is possible to select which version use when building the image:<br><span style="font-family:monospace,monospace"><br>```<br>sudo docker build --build-arg GRASS_VERSION=7.7 \<br>                  --build-arg PYTHON_VERSION=3  \<br>                  --build-arg PROJ_VERSION=5.2.0 \<br>                  --build-arg PROJ_DATUMGRID_VERSION=1.8 \<br></span></div><div><span style="font-family:monospace,monospace">                  --volume \<br></span></div><div><span style="font-family:monospace,monospace">                  zarch/alpine-grass-gis<br></span></div><div dir="ltr"><span style="font-family:monospace,monospace">```</span><br><br>You can find the repository here:<br><br><a href="https://github.com/zarch/docker-alpine-grass-gis" target="_blank">https://github.com/zarch/docker-alpine-grass-gis</a><br></div><div dir="ltr"><br></div><div dir="ltr">Do you have any feedback?</div><div>Any hint to improve the `Dockerfile` or the `README.md` are welcome. :-)<br></div><div dir="ltr"><div><br></div><div>Thank you for the support.</div><div>Best regards</div><div><br></div><div>Pietro<br></div><br></div></div>