Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
use xdebug-2.9.0 for all php 7.0 images because xdebug 2.9.1 or later…
Browse files Browse the repository at this point in the history
… require php > 7.1
  • Loading branch information
blauerberg committed Feb 3, 2020
1 parent 947f0e4 commit 71d84b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 7.0/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apt-get update && apt-get install -y \
&& docker-php-ext-install -j$(nproc) pdo_mysql \
&& docker-php-ext-install -j$(nproc) mysqli \
&& docker-php-ext-install -j$(nproc) opcache \
&& pecl install xdebug \
&& pecl install xdebug-2.9.0 \
&& docker-php-ext-enable xdebug \
&& pecl install apcu \
&& docker-php-ext-enable apcu \
Expand Down
2 changes: 1 addition & 1 deletion 7.0/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y \
&& docker-php-ext-install -j$(nproc) pdo_mysql \
&& docker-php-ext-install -j$(nproc) mysqli \
&& docker-php-ext-install -j$(nproc) opcache \
&& pecl install xdebug \
&& pecl install xdebug-2.9.0 \
&& docker-php-ext-enable xdebug \
&& pecl install apcu \
&& docker-php-ext-enable apcu \
Expand Down

0 comments on commit 71d84b2

Please sign in to comment.