Skip to content

Commit

Permalink
添加依赖项
Browse files Browse the repository at this point in the history
  • Loading branch information
nekoimi committed Mar 9, 2024
1 parent aad9293 commit 266b6bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 7.1/cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN set -x \
libevent-dev \
libmcrypt-dev \
postgresql-dev \
&& docker-php-ext-install -j$(nproc) pdo pdo_mysql pdo_pgsql intl pcntl sockets mcrypt zip \
&& docker-php-ext-install -j$(nproc) pdo pdo_mysql pdo_pgsql intl pcntl sockets mcrypt zip bcmath \
&& docker-php-ext-enable opcache \
&& if [ ! -z "$PECL_INSTALL" ]; then \
for ext in $PECL_INSTALL; do \
Expand Down
2 changes: 1 addition & 1 deletion 7.1/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ RUN set -x \
libevent-dev \
libmcrypt-dev \
postgresql-dev \
&& docker-php-ext-install -j$(nproc) pdo pdo_mysql pdo_pgsql intl pcntl sockets mcrypt zip \
&& docker-php-ext-install -j$(nproc) pdo pdo_mysql pdo_pgsql intl pcntl sockets mcrypt zip bcmath \
&& docker-php-ext-enable opcache \
&& if [ ! -z "$PECL_INSTALL" ]; then \
for ext in $PECL_INSTALL; do \
Expand Down

0 comments on commit 266b6bf

Please sign in to comment.