A Docker container for the QGIS platform
The QGIS platform is aimed to be a base image for building PyQGIS and QGIS server based Docker applications.
The QGIS platform does not include the qgis desktop application and include the python-qgis and the
qgis-server official debian packages from qgis.org
The image run only the default shell from the debian base image.
You may test the installation by running the qgis-check-platform command that display the list of the processing
algorithm available.
GRASS and SAGA are not installed by default and should be installed in child images if needed.
make build tag clean FLAVOR=<FLAVOR>
- Where
FLAVORisltr,release,nightly-ltr,nightly-releaseor any X.YY version available as debian/ubuntu package.