We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54264ce commit c292e01Copy full SHA for c292e01
1 file changed
Dockerfile
@@ -17,6 +17,7 @@ RUN <<EOF
17
unzip
18
(curl -sSLf https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions -o - || echo 'return 1') | sh -s \
19
pdo_pgsql \
20
+ ext-pgsql \
21
@composer \
22
opcache \
23
pcntl \
0 commit comments