Skip to content

Commit

Permalink
Merge pull request #33 from as-radek/feature/forced-xdebug-version-fo…
Browse files Browse the repository at this point in the history
…r-php74

bugfix/forced-xdebug-version-for-php74
  • Loading branch information
kamilloo committed Apr 5, 2023
2 parents ece88db + 1d685c0 commit 3683a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Expand Up @@ -19,7 +19,7 @@ RUN set -ex \
&& apk add --no-cache git mysql-client curl openssh-client icu libpng libjpeg-turbo libffi-dev libzip-dev \
&& apk add --no-cache --virtual build-dependencies icu-dev libxml2-dev freetype-dev libpng-dev libjpeg-turbo-dev g++ make autoconf poppler-utils \
&& docker-php-source extract \
&& pecl install xdebug \
&& pecl install xdebug-2.9.2 \
&& docker-php-ext-enable xdebug \
&& docker-php-source delete \
&& docker-php-ext-install intl zip bcmath pcntl \
Expand Down

0 comments on commit 3683a4d

Please sign in to comment.