We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497847c commit 3999120Copy full SHA for 3999120
docker/Dockerfile-standalone
@@ -37,7 +37,7 @@ RUN docker-php-ext-configure pdo_mysql --with-pdo-mysql=mysqlnd \
37
38
# PDO: PostgreSQL
39
RUN apk --update --virtual build-deps-pg add --no-cache libpq-dev \
40
- && docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
+ && docker-php-ext-configure pgsql --with-pgsql=/usr/local/pgsql \
41
&& docker-php-ext-install pgsql pdo_pgsql \
42
&& apk del build-deps-pg \
43
&& rm -rf /tmp/*
0 commit comments