Skip to content

Commit e973dd1

Browse files
authored
Support pdo_pgsql for swoole images.
1 parent 00e8050 commit e973dd1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

8.1/alpine/swoole/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ENV SW_VERSION=${SW_VERSION:-"v5.1.1"} \
2828
RUN set -ex \
2929
&& apk update \
3030
# for swoole extension libaio linux-headers
31-
&& apk add --no-cache libstdc++ openssl git bash c-ares-dev libpq-dev php81-pdo_sqlite php81-pdo_odbc \
31+
&& apk add --no-cache libstdc++ openssl git bash c-ares-dev libpq-dev php81-pdo_pgsql php81-pdo_sqlite php81-pdo_odbc \
3232
&& apk add --no-cache --virtual .build-deps $PHPIZE_DEPS unixodbc-dev sqlite-dev \
3333
# download
3434
&& cd /tmp \

8.2/alpine/swoole/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ENV SW_VERSION=${SW_VERSION:-"v5.1.1"} \
2828
RUN set -ex \
2929
&& apk update \
3030
# for swoole extension libaio linux-headers
31-
&& apk add --no-cache libstdc++ openssl git bash c-ares-dev libpq-dev php82-pdo_sqlite php82-pdo_odbc \
31+
&& apk add --no-cache libstdc++ openssl git bash c-ares-dev libpq-dev php82-pdo_pgsql php82-pdo_sqlite php82-pdo_odbc \
3232
&& apk add --no-cache --virtual .build-deps $PHPIZE_DEPS unixodbc-dev sqlite-dev \
3333
# download
3434
&& cd /tmp \

8.3/alpine/swoole/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ENV SW_VERSION=${SW_VERSION:-"v5.1.1"} \
2828
RUN set -ex \
2929
&& apk update \
3030
# for swoole extension libaio linux-headers
31-
&& apk add --no-cache libstdc++ openssl git bash c-ares-dev libpq-dev php83-pdo_sqlite php83-pdo_odbc \
31+
&& apk add --no-cache libstdc++ openssl git bash c-ares-dev libpq-dev php83-pdo_pgsql php83-pdo_sqlite php83-pdo_odbc \
3232
&& apk add --no-cache --virtual .build-deps $PHPIZE_DEPS unixodbc-dev sqlite-dev \
3333
# download
3434
&& cd /tmp \

0 commit comments

Comments
 (0)