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 4e2065e commit 410b38dCopy full SHA for 410b38d
runtimes/8.5/Dockerfile
@@ -52,7 +52,7 @@ RUN apt-get update && apt-get upgrade -y \
52
php8.5-memcached \
53
php8.5-pcov \
54
php8.5-imagick \
55
- #php8.5-xdebug \
+ php8.5-xdebug \
56
&& curl -sLS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer \
57
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
58
&& 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