Skip to content

Commit

Permalink
Add plperl plperlu extensions (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgaunet authored Dec 17, 2024
1 parent 1464732 commit 711b968
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ RUN set -eux \
postgresql-${POSTGRES_MAJOR_VERSION}-postgis-${POSTGIS_MAJOR_VERSION}-scripts \
postgresql-plpython3-${POSTGRES_MAJOR_VERSION} postgresql-${POSTGRES_MAJOR_VERSION}-pgrouting \
postgresql-server-dev-${POSTGRES_MAJOR_VERSION} postgresql-${POSTGRES_MAJOR_VERSION}-cron \
postgresql-${POSTGRES_MAJOR_VERSION}-mysql-fdw && \
postgresql-${POSTGRES_MAJOR_VERSION}-mysql-fdw \
postgresql-plperl-${POSTGRES_MAJOR_VERSION} && \
pgxn install h3

# TODO a case insensitive match would be more robust
Expand Down

0 comments on commit 711b968

Please sign in to comment.