Skip to content

Commit

Permalink
Remove newrelic lines from docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurvc authored Dec 23, 2020
1 parent b54a50f commit 963116c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile.runner
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,5 @@ RUN docker-php-ext-install \
RUN printf "\n" | pecl install imagick
RUN docker-php-ext-enable imagick

RUN \
curl -L https://download.newrelic.com/php_agent/release/newrelic-php5-9.7.0.258-linux.tar.gz | tar -C /tmp -zx && \
export NR_INSTALL_USE_CP_NOT_LN=1 && \
export NR_INSTALL_SILENT=1 && \
/tmp/newrelic-php5-*/newrelic-install install && \
rm -rf /tmp/newrelic-php5-* /tmp/nrinstall*

RUN a2enmod rewrite negotiation
RUN a2enmod rewrite negotiation

0 comments on commit 963116c

Please sign in to comment.