From cf6e2cd843fb378ffcaa2d3a4a2e9ba8eb8aa0d1 Mon Sep 17 00:00:00 2001 From: Valentino Lauciani Date: Wed, 22 Dec 2021 09:17:25 +0100 Subject: [PATCH] Update Dockerfile --- postgres-postgis/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/postgres-postgis/Dockerfile b/postgres-postgis/Dockerfile index 7573cc41..a25ea780 100644 --- a/postgres-postgis/Dockerfile +++ b/postgres-postgis/Dockerfile @@ -3,6 +3,8 @@ FROM postgis/postgis:${POSTGRES_VERSION} LABEL maintainer="Mahmoud Zalt " +ARG INSTALL_PGSQL_HTTP_FOR_POSTGIS13=false + RUN if [ ${INSTALL_PGSQL_HTTP_FOR_POSTGIS13} = true ]; then \ apt-get clean \ && apt-get update -yqq \