add postgresql-client

This commit is contained in:
Mathieu Jaumotte 2023-02-01 11:36:45 +01:00
parent a4fd3dbeb6
commit 23c438f0d7
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ RUN apk update && apk add --no-cache \
&& docker-php-ext-install -j$(nproc) gd \
&& apk del wget gnupg g++ icu-dev libzip-dev
RUN apk add postgresql${POSTGRES_VERSION}-client
RUN apk del oniguruma-dev linux-headers gcc make autoconf
# "ERROR: Package cache is not enabled." \