Skip to content

Geocodio/docker-alpine-spatialite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Spatialite for Alpine Linux

This builds a docker image that compiles the spatialite library from source with all dependencies.

Example

In your Dockerfile

COPY --from=geocodio/alpine-spatialite /usr/lib/ /usr/lib
COPY --from=geocodio/alpine-spatialite /usr/bin/ /usr/bin

Developing

# Build docker image
make build

# Push docker image
make deploy

# Run docker image
make run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published