浏览代码

Update Dockerfile

Valentino Lauciani 3 年之前
父节点
当前提交
cf6e2cd843
共有 1 个文件被更改,包括 2 次插入0 次删除
  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 \