Skip to content

Commit

Permalink
enable xdebug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Aug 2, 2024
1 parent 2ac48e1 commit 7fdd417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ ARG PHP_VERSION=8.1-cli-bookworm
FROM php:${PHP_VERSION}
ARG XDEBUG_VERSION=3.3.2
RUN pecl install xdebug-${XDEBUG_VERSION}
RUN docker-php-ext-enable xdebug

0 comments on commit 7fdd417

Please sign in to comment.