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.
1 parent 5b38396 commit 49f973cCopy full SHA for 49f973c
Dockerfile
@@ -65,7 +65,7 @@ RUN echo "---> Adding NewRelic" && \
65
&& NR_INSTALL_USE_CP_NOT_LN=1 NR_INSTALL_SILENT=1 newrelic-install install \
66
&& chown www-data:www-data /usr/local/etc/php/conf.d/newrelic.ini && chmod a+rw /usr/local/etc/php/conf.d/newrelic.ini \
67
&& apt-get remove -y gnupg2 && rm -rf /var/lib/apt/lists/* \
68
- echo "newrelic.distributed_tracing_enabled = false" | sudo tee -a /usr/local/etc/php/conf.d/newrelic.ini
+ && echo "newrelic.distributed_tracing_enabled = false" | sudo tee -a /usr/local/etc/php/conf.d/newrelic.ini
69
70
RUN echo "---> Adding Tini" && \
71
wget -O /tini https://github.com/krallin/tini/releases/download/v0.18.0/tini-static && \
0 commit comments