add postgresql-client
This commit is contained in:
parent
a4fd3dbeb6
commit
23c438f0d7
@ -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." \
|
||||
|
Loading…
Reference in New Issue
Block a user