Use php-pgsql in buster pgsql image
This commit is contained in:
parent
0db14669f8
commit
e8cf9df18b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ LABEL maintainer="jan@dittberner.info"
|
|||
RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install -y --no-install-recommends \
|
||||
php-mysql \
|
||||
php-pgsql \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*.*
|
||||
|
||||
|
|
Loading…
Reference in a new issue