From 711b96844cb0fb992ab5f52a426ce317c63fbb08 Mon Sep 17 00:00:00 2001 From: Sylvain <1552102+sgaunet@users.noreply.github.com> Date: Tue, 17 Dec 2024 06:23:21 +0100 Subject: [PATCH] Add plperl plperlu extensions (#493) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 134bac7..42cb8f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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