Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Oct 16, 2024
1 parent 8cab2bb commit 3b64a92
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions layers/fpm-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@ ARG PHP_VERSION
RUN mkdir -p /opt/bref/extensions

# Install xdebug
if [[ $PHP_VERSION != "84" ]]; then
pecl install xdebug-3.3.2
else
pecl install xdebug-3.4.0beta1
fi

cp $(php -r "echo ini_get('extension_dir');")/xdebug.so /opt/bref/extensions
run if [[ $PHP_VERSION != "84" ]]; then pecl install xdebug-3.3.2; else pecl install xdebug-3.4.0beta1; fi
RUN cp $(php -r "echo ini_get('extension_dir');")/xdebug.so /opt/bref/extensions

# Install Blackfire
# https://blackfire.io/docs/up-and-running/installation?action=install&mode=full&version=latest&mode=full&location=server&os=manual&language=php#install-the-php-probe
Expand Down

0 comments on commit 3b64a92

Please sign in to comment.