We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d6957 commit dc424cfCopy full SHA for dc424cf
1 file changed
docker/db/Dockerfile
@@ -0,0 +1,5 @@
1
+FROM postgis/postgis:17-3.5
2
+
3
+RUN apt-get update \
4
+ && apt-get install -y --no-install-recommends postgresql-17-cron \
5
+ && rm -rf /var/lib/apt/lists/*
0 commit comments