Skip to content

Commit 410b38d

Browse files
authored
chore: uncomment xdebug extension (#837)
1 parent 4e2065e commit 410b38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/8.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN apt-get update && apt-get upgrade -y \
5252
php8.5-memcached \
5353
php8.5-pcov \
5454
php8.5-imagick \
55-
#php8.5-xdebug \
55+
php8.5-xdebug \
5656
&& curl -sLS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer \
5757
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
5858
&& 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)