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

Commit

Permalink
lock xdebug version for php-7.0/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
blauerberg committed Feb 3, 2020
1 parent 60ed36d commit 947f0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 7.0/cli/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 947f0e4

Please sign in to comment.