Skip to content

Commit d4c1633

Browse files
authored
adding pgsql to developer docker image (#1684)
1 parent 99a35da commit d4c1633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN apt-get install -y \
3434
php${PHP_VERSION}-amqp \
3535
php${PHP_VERSION}-rdkafka \
3636
php${PHP_VERSION}-mysqli \
37+
php${PHP_VERSION}-pgsql \
3738
unzip
3839

3940
COPY --from=composer /usr/bin/composer /usr/local/bin/composer

0 commit comments

Comments
 (0)