Skip to content

Commit

Permalink
enable swoole and xdebug for php8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaieboy committed Nov 28, 2024
1 parent e9f1fd3 commit 7ebc934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtimes/8.4/DockerfileAlpine
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/

RUN chmod +x /usr/local/bin/install-php-extensions && \
# pcov swoole xdebug
install-php-extensions @composer pgsql imagick mongodb gd imap zip bcmath pcntl soap intl exif ldap msgpack igbinary redis opcache memcached pdo_pgsql pdo_mysql xhprof
# pcov
install-php-extensions @composer swoole-^6 xdebug pgsql imagick mongodb gd imap zip bcmath pcntl soap intl exif ldap msgpack igbinary redis opcache memcached pdo_pgsql pdo_mysql xhprof
COPY --from=node /usr/lib /usr/lib
COPY --from=node /usr/local/lib /usr/local/lib
COPY --from=node /usr/local/include /usr/local/include
Expand Down

0 comments on commit 7ebc934

Please sign in to comment.