Skip to content

Commit

Permalink
build: updated to xdebug 3.4.0beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Oct 5, 2024
1 parent d76f181 commit 17c272d
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,9 @@ RUN set -ex \
&& apt-get purge -y ${buildDeps} \
&& rm -rf /var/lib/apt/lists/*

#=== Install xdebug via PIE (PHP Extension Installer) ===
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN install-php-extensions xdebug/xdebug@master \
&& docker-php-ext-enable xdebug

#=== Install xdebug via PIE (PHP Extension Installer) ===
#RUN curl -L --output /usr/local/bin/pie https://php.github.io/pie/pie-nightly.phar \
# && chmod +x /usr/local/bin/pie
#RUN pie xdebug/xdebug:3.4.0alpha1 \
# && docker-php-ext-enable xdebug

#=== Install xdebug PHP dependencies ===
#RUN pecl install xdebug-3.4.0alpha1 \
# && docker-php-ext-enable xdebug
RUN pecl install xdebug-3.4.0beta1 \
&& docker-php-ext-enable xdebug

#=== php default ===
ENV PMF_TIMEZONE="Europe/Berlin" \
Expand Down

0 comments on commit 17c272d

Please sign in to comment.