Update Dockerfile

This commit is contained in:
Valentino Lauciani 2021-12-21 11:58:32 +01:00 committed by GitHub
parent c6bc986095
commit 9c6f4e0a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ RUN if [ ${INSTALL_PGSQL_HTTP_FOR_POSTGIS13} = true ]; then \
&& apt-get install -y \
git \
make \
gcc \
gcc \
libcurl4-openssl-dev \
postgresql-server-dev-13 \
postgresql-13-cron \