Skip to content

Commit fa1ad5f

Browse files
authored
Add PHP 8.3 debug again (#642)
1 parent 688a820 commit fa1ad5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runtimes/8.3/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ RUN apt-get update \
2727
php8.3-intl php8.3-readline \
2828
php8.3-ldap \
2929
php8.3-msgpack php8.3-igbinary php8.3-redis php8.3-swoole \
30-
php8.3-memcached php8.3-pcov php8.3-imagick \
31-
# php8.3-xdebug \
30+
php8.3-memcached php8.3-pcov php8.3-imagick php8.3-xdebug \
3231
&& curl -sLS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer \
3332
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
3433
&& echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_VERSION.x nodistro main" > /etc/apt/sources.list.d/nodesource.list \

0 commit comments

Comments
 (0)