#tradewind:fix xdebug

This commit is contained in:
2021-06-04 18:31:07 +08:00
parent d385b9ba6c
commit 0aedbccb1c
2 changed files with 1 additions and 157 deletions

View File

@ -21,7 +21,7 @@ RUN apk add --no-cache --virtual .build-deps \
openssl \
&& pecl install imagick \
&& docker-php-ext-enable imagick \
&& pecl install xdebug-2.6.1 \
&& pecl install xdebug-3.0.4 \
&& docker-php-ext-enable xdebug \
&& docker-php-ext-install \
curl \