Skip to content

Commit 90f8167

Browse files
author
MargaritaMonogarova
committed
Dockerfile add packages
1 parent c9adf99 commit 90f8167

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ RUN <<EOF
1414
apt-get update
1515
apt-get install --no-install-recommends --no-install-suggests -q --yes \
1616
git \
17-
unzip \
18-
docker-php-ext-install pdo_pgsql
17+
unzip
1918
(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 \
2020
@composer \
2121
opcache \
2222
pcntl \

0 commit comments

Comments
 (0)