We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b4ad3 commit 541053fCopy full SHA for 541053f
examples/make a geographic data application using sqlite extensions/Dockerfile
@@ -1,6 +1,6 @@
1
FROM debian:stable-slim
2
3
-COPY --from=sqlpage/SQLPage:main /usr/local/bin/sqlpage /usr/local/bin/sqlpage
+COPY --from=lovasoa/sqlpage:main /usr/local/bin/sqlpage /usr/local/bin/sqlpage
4
5
RUN apt-get update && \
6
apt-get -y install libsqlite3-mod-spatialite
0 commit comments