File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ENV XDEBUG_AUTOSTART=false
16
16
ENV XDEBUG_CONNECT_BACK=true
17
17
ENV XDEBUG_ENABLED=false
18
18
ENV XDEBUG_IDEKEY="docker"
19
- ENV XDEBUG_VERSION=""
19
+ ENV XDEBUG_VERSION="-3.1.6 "
20
20
ENV XDEBUG_REMOTE_PORT=9000
21
21
ENV PHP_EXTENSION_WDDX=1
22
22
ENV PHP_OPENSSL=1
@@ -60,7 +60,8 @@ RUN apt-get update && apt-get install -y -q --no-install-recommends --no-install
60
60
&& sudo apt-get update && apt-get install -y -q --no-install-recommends --no-install-suggests newrelic-php5 \
61
61
&& NR_INSTALL_USE_CP_NOT_LN=1 NR_INSTALL_SILENT=1 newrelic-install install \
62
62
&& chown www-data:www-data /usr/local/etc/php/conf.d/newrelic.ini && chmod a+rw /usr/local/etc/php/conf.d/newrelic.ini \
63
- && apt-get remove -y gnupg2 && rm -rf /var/lib/apt/lists/*
63
+ && apt-get remove -y gnupg2 && rm -rf /var/lib/apt/lists/* \
64
+ echo "newrelic.distributed_tracing_enabled = false" | sudo tee -a /usr/local/etc/php/conf.d/newrelic.ini
64
65
65
66
RUN echo "---> Adding Tini" && \
66
67
wget -O /tini https://github.com/krallin/tini/releases/download/v0.18.0/tini-static && \
You can’t perform that action at this time.
0 commit comments