diff --git a/postgres-postgis/Dockerfile b/postgres-postgis/Dockerfile index 7573cc4..a25ea78 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 \