Skip to content

Commit 6d792ea

Browse files
committed
Merge branch 'php8dot1' of github.com:moveis-simonetti/php-apache-oci8-composer into php8dot2
2 parents f7934b5 + 21a2192 commit 6d792ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ RUN echo "---> Adding NewRelic" && \
6565
&& NR_INSTALL_USE_CP_NOT_LN=1 NR_INSTALL_SILENT=1 newrelic-install install \
6666
&& chown www-data:www-data /usr/local/etc/php/conf.d/newrelic.ini && chmod a+rw /usr/local/etc/php/conf.d/newrelic.ini \
6767
&& 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
68+
&& echo "newrelic.distributed_tracing_enabled = false" | sudo tee -a /usr/local/etc/php/conf.d/newrelic.ini \
69+
&& echo "newrelic.application_logging.enabled = false" | sudo tee -a /usr/local/etc/php/conf.d/newrelic.ini
6970

7071
RUN echo "---> Adding Tini" && \
7172
wget -O /tini https://github.com/krallin/tini/releases/download/v0.18.0/tini-static && \

0 commit comments

Comments
 (0)