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 eef54e4 commit 06fff4fCopy full SHA for 06fff4f
Dockerfile
@@ -59,7 +59,7 @@ RUN apt-get update && apt-get install -y -q --no-install-recommends --no-install
59
&& sudo apt-get update && apt-get install -y -q --no-install-recommends --no-install-suggests newrelic-php5 \
60
&& NR_INSTALL_USE_CP_NOT_LN=1 NR_INSTALL_SILENT=1 newrelic-install install \
61
&& 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/*
+ && apt-get remove -y gnupg2 && rm -rf /var/lib/apt/lists/*
63
64
RUN echo "---> Adding Tini" && \
65
wget -O /tini https://github.com/krallin/tini/releases/download/v0.18.0/tini-static && \
0 commit comments