Dockerfile with SpatiaLite and Python installed
898
Dockerfile with SpatiaLite and Python installed.
docker build -t local/spatialite .
docker run -it \
--rm \
--volume=[SOURCE_CODE]:/app \
--workdir=/app \
--entrypoint=/bin/bash local/spatialite
Content type
Image
Digest
Size
380.4 MB
Last updated
over 9 years ago
docker pull fernandoe/docker-spatialite:0.0.2