From 912b182e6140bd9ddfda9ed6de7276a700a32525 Mon Sep 17 00:00:00 2001 From: mazano Date: Fri, 22 Jul 2022 20:56:42 +0200 Subject: [PATCH] add package to allow mysql fdw extension (#384) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e69354a..0053fa0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -101,7 +101,8 @@ RUN set -eux \ netcat postgresql-${POSTGRES_MAJOR_VERSION}-ogr-fdw \ 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-server-dev-${POSTGRES_MAJOR_VERSION} postgresql-${POSTGRES_MAJOR_VERSION}-cron \ + postgresql-${POSTGRES_MAJOR_VERSION}-mysql-fdw RUN if [ "${BUILD_TIMESCALE}" =~ [Tt][Rr][Uu][Ee] ]; then \