We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0620233 commit a097250Copy full SHA for a097250
1 file changed
Dockerfiles/mods/Dockerfile-8.5
@@ -844,15 +844,7 @@ RUN set -eux \
844
# Installation: Generic
845
# Type: PECL extension
846
# Default: Pecl command
847
- #&& pecl install xdebug \
848
- # Type: GIT extension
849
- && git clone https://github.com/xdebug/xdebug /tmp/xdebug \
850
- && cd /tmp/xdebug \
851
- # Default: Install command
852
- && phpize \
853
- && ./configure \
854
- && make -j$(getconf _NPROCESSORS_ONLN) \
855
- && make install \
+ && pecl install xdebug \
856
# Enabling
857
&& docker-php-ext-enable xdebug \
858
&& true
0 commit comments