We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cff1f4 + a7287cd commit 44421d8Copy full SHA for 44421d8
layers/fpm-dev/Dockerfile
@@ -10,8 +10,8 @@ ARG PHP_VERSION
10
RUN mkdir -p /opt/bref/extensions
11
12
# Install xdebug
13
-RUN if [ $PHP_VERSION != "83" ]; then pecl install xdebug; fi
14
-RUN if [ $PHP_VERSION != "83" ]; then cp $(php -r "echo ini_get('extension_dir');")/xdebug.so /opt/bref/extensions; fi
+RUN pecl install xdebug
+RUN cp $(php -r "echo ini_get('extension_dir');")/xdebug.so /opt/bref/extensions
15
16
# Install Blackfire
17
# 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
0 commit comments