Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmy committed Jun 30, 2023
1 parent f5d9fae commit 81b64c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y git \
&& docker-php-ext-install redis

# Add to measure code coverage.
RUN pecl install xdebug && \
docker-php-ext-enable xdebug
RUN pecl install xdebug \
&& docker-php-ext-enable xdebug

COPY --from=composer /usr/bin/composer /usr/bin/composer

0 comments on commit 81b64c0

Please sign in to comment.