Browse Source

Update Dockerfile

Valentino Lauciani 3 years ago
parent
commit
cf6e2cd843
1 changed files with 2 additions and 0 deletions
  1. 2 0
      postgres-postgis/Dockerfile

+ 2 - 0
postgres-postgis/Dockerfile

@@ -3,6 +3,8 @@ FROM postgis/postgis:${POSTGRES_VERSION}
 
 LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
 
+ARG INSTALL_PGSQL_HTTP_FOR_POSTGIS13=false
+
 RUN if [ ${INSTALL_PGSQL_HTTP_FOR_POSTGIS13} = true ]; then \
     apt-get clean \
     && apt-get update -yqq \