We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9adf99 commit 90f8167Copy full SHA for 90f8167
1 file changed
Dockerfile
@@ -14,9 +14,9 @@ RUN <<EOF
14
apt-get update
15
apt-get install --no-install-recommends --no-install-suggests -q --yes \
16
git \
17
- unzip \
18
- docker-php-ext-install pdo_pgsql
+ unzip
19
(curl -sSLf https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions -o - || echo 'return 1') | sh -s \
+ pdo_pgsql \
20
@composer \
21
opcache \
22
pcntl \
0 commit comments