Update Dockerfile

This commit is contained in:
Valentino Lauciani
2021-12-22 09:17:25 +01:00
committed by GitHub
parent 3d2194301e
commit cf6e2cd843

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 \