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 e1aed54 commit 61d42a7Copy full SHA for 61d42a7
Dockerfile
@@ -17,6 +17,8 @@ RUN apt-get update \
17
postgresql-$PG_MAJOR-set-user \
18
postgresql-$PG_MAJOR-repack \
19
postgresql-$PG_MAJOR-cron \
20
+ postgresql-$PG_MAJOR-pgrouting \
21
+ postgresql-$PG_MAJOR-pg-cron \
22
&& rm -rf /var/lib/apt/lists/* \
23
&& mkdir -p /docker-entrypoint-initdb.d
24
0 commit comments