Skip to content
Snippets Groups Projects
Commit 273f757d authored by Robert Lange's avatar Robert Lange
Browse files

refs #18930 [finc] use specific version for xdebug in php docker

parent 83000a0f
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
FROM php:7.2.11-fpm-alpine3.8 FROM php:7.2.11-fpm-alpine3.8
RUN apk add --no-cache $PHPIZE_DEPS freetype-dev libxml2-dev icu-dev libxslt-dev \ RUN apk add --no-cache $PHPIZE_DEPS freetype-dev libxml2-dev icu-dev libxslt-dev \
&& pecl install xdebug \ && pecl install xdebug-2.9.6 \
&& docker-php-ext-enable xdebug \ && docker-php-ext-enable xdebug \
&& docker-php-ext-install mysqli \ && docker-php-ext-install mysqli \
&& docker-php-ext-install pdo_mysql \ && docker-php-ext-install pdo_mysql \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment