Skip to content
Snippets Groups Projects

Add Xdebug

Merged Erick Hitter requested to merge add/5-xdebug into master
3 files
+ 0
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
1
@@ -29,7 +29,6 @@ RUN docker-php-ext-install \
gd \
zip \
bz2 \
&& pecl install xdebug \
&& php -m
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Loading