Skip to content

Commit

Permalink
Support pdo_pgsql for swoole images.
Browse files Browse the repository at this point in the history
  • Loading branch information
tw2066 authored Jun 19, 2024
1 parent 00e8050 commit e973dd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 8.1/alpine/swoole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV SW_VERSION=${SW_VERSION:-"v5.1.1"} \
RUN set -ex \
&& apk update \
# for swoole extension libaio linux-headers
&& apk add --no-cache libstdc++ openssl git bash c-ares-dev libpq-dev php81-pdo_sqlite php81-pdo_odbc \
&& apk add --no-cache libstdc++ openssl git bash c-ares-dev libpq-dev php81-pdo_pgsql php81-pdo_sqlite php81-pdo_odbc \
&& apk add --no-cache --virtual .build-deps $PHPIZE_DEPS unixodbc-dev sqlite-dev \
# download
&& cd /tmp \
Expand Down
2 changes: 1 addition & 1 deletion 8.2/alpine/swoole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV SW_VERSION=${SW_VERSION:-"v5.1.1"} \
RUN set -ex \
&& apk update \
# for swoole extension libaio linux-headers
&& apk add --no-cache libstdc++ openssl git bash c-ares-dev libpq-dev php82-pdo_sqlite php82-pdo_odbc \
&& apk add --no-cache libstdc++ openssl git bash c-ares-dev libpq-dev php82-pdo_pgsql php82-pdo_sqlite php82-pdo_odbc \
&& apk add --no-cache --virtual .build-deps $PHPIZE_DEPS unixodbc-dev sqlite-dev \
# download
&& cd /tmp \
Expand Down
2 changes: 1 addition & 1 deletion 8.3/alpine/swoole/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV SW_VERSION=${SW_VERSION:-"v5.1.1"} \
RUN set -ex \
&& apk update \
# for swoole extension libaio linux-headers
&& apk add --no-cache libstdc++ openssl git bash c-ares-dev libpq-dev php83-pdo_sqlite php83-pdo_odbc \
&& apk add --no-cache libstdc++ openssl git bash c-ares-dev libpq-dev php83-pdo_pgsql php83-pdo_sqlite php83-pdo_odbc \
&& apk add --no-cache --virtual .build-deps $PHPIZE_DEPS unixodbc-dev sqlite-dev \
# download
&& cd /tmp \
Expand Down

0 comments on commit e973dd1

Please sign in to comment.