File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,8 @@ RUN echo "---> Adding NewRelic" && \
65
65
&& sudo apt-get update && apt-get install -y -q --no-install-recommends --no-install-suggests newrelic-php5 \
66
66
&& NR_INSTALL_USE_CP_NOT_LN=1 NR_INSTALL_SILENT=1 newrelic-install install \
67
67
&& chown www-data:www-data /usr/local/etc/php/conf.d/newrelic.ini && chmod a+rw /usr/local/etc/php/conf.d/newrelic.ini \
68
- && apt-get remove -y gnupg2 && rm -rf /var/lib/apt/lists/*
68
+ && apt-get remove -y gnupg2 && rm -rf /var/lib/apt/lists/*\
69
+ && echo "newrelic.distributed_tracing_enabled = false" | sudo tee -a /usr/local/etc/php/conf.d/newrelic.ini
69
70
70
71
RUN echo "---> Adding Tini" && \
71
72
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