Skip to content

Commit

Permalink
Add PHP 8.3 debug again (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki authored Dec 2, 2023
1 parent 688a820 commit fa1ad5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtimes/8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ RUN apt-get update \
php8.3-intl php8.3-readline \
php8.3-ldap \
php8.3-msgpack php8.3-igbinary php8.3-redis php8.3-swoole \
php8.3-memcached php8.3-pcov php8.3-imagick \
# php8.3-xdebug \
php8.3-memcached php8.3-pcov php8.3-imagick php8.3-xdebug \
&& curl -sLS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer \
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
&& 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 \
Expand Down

0 comments on commit fa1ad5f

Please sign in to comment.