Skip to content

Commit 06fff4f

Browse files
committed
fix newrelic install
1 parent eef54e4 commit 06fff4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN apt-get update && apt-get install -y -q --no-install-recommends --no-install
5959
&& sudo apt-get update && apt-get install -y -q --no-install-recommends --no-install-suggests newrelic-php5 \
6060
&& NR_INSTALL_USE_CP_NOT_LN=1 NR_INSTALL_SILENT=1 newrelic-install install \
6161
&& chown www-data:www-data /usr/local/etc/php/conf.d/newrelic.ini && chmod a+rw /usr/local/etc/php/conf.d/newrelic.ini \
62-
&& apt-get remove newrelic-php5 gnupg2 && rm -rf /var/lib/apt/lists/*
62+
&& apt-get remove -y gnupg2 && rm -rf /var/lib/apt/lists/*
6363

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

0 commit comments

Comments
 (0)