Skip to content

Commit 61d42a7

Browse files
authored
feat: Add pgrouting and pgcron packages
1 parent e1aed54 commit 61d42a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ RUN apt-get update \
1717
postgresql-$PG_MAJOR-set-user \
1818
postgresql-$PG_MAJOR-repack \
1919
postgresql-$PG_MAJOR-cron \
20+
postgresql-$PG_MAJOR-pgrouting \
21+
postgresql-$PG_MAJOR-pg-cron \
2022
&& rm -rf /var/lib/apt/lists/* \
2123
&& mkdir -p /docker-entrypoint-initdb.d
2224

0 commit comments

Comments
 (0)