We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688a820 commit fa1ad5fCopy full SHA for fa1ad5f
runtimes/8.3/Dockerfile
@@ -27,8 +27,7 @@ RUN apt-get update \
27
php8.3-intl php8.3-readline \
28
php8.3-ldap \
29
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 \
+ php8.3-memcached php8.3-pcov php8.3-imagick php8.3-xdebug \
32
&& curl -sLS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer \
33
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
34
&& 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