Update Dockerfile

This commit is contained in:
Valentino Lauciani 2021-12-22 09:17:25 +01:00 committed by GitHub
parent 3d2194301e
commit cf6e2cd843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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 \