This builds a docker image that compiles the spatialite library from source with all dependencies.
In your Dockerfile
COPY --from=geocodio/alpine-spatialite /usr/lib/ /usr/lib
COPY --from=geocodio/alpine-spatialite /usr/bin/ /usr/bin
# Build docker image
make build
# Push docker image
make deploy
# Run docker image
make run