Skip to content

Commit

Permalink
Merge pull request #13 from alchemy-fr/PHRAS-4114-fix-newrelic
Browse files Browse the repository at this point in the history
PHRAS-4114 fix newrelic version
  • Loading branch information
moctardiouf authored Jan 7, 2025
2 parents 54ead52 + a71ae3d commit fb24469
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,10 @@ RUN echo "PHRASEANET : INSTALLING NEWRELIC EXTENTION" \
&& echo 'deb http://apt.newrelic.com/debian/ newrelic non-free' | tee /etc/apt/sources.list.d/newrelic.list \
&& curl -o- https://download.newrelic.com/548C16BF.gpg | apt-key add - \
&& apt-get update \
&& apt-get install -y newrelic-php5 \
&& apt-get install -y newrelic-daemon=10.21.0.11 newrelic-php5-common=10.21.0.11 newrelic-php5=10.21.0.11 \
&& NR_INSTALL_SILENT=1 newrelic-install install \
&& touch /etc/newrelic/newrelic.cfg


RUN echo "PHRASEANET : BUILDING AND INSTALLING FDKFAAC" \
&& cd /tmp \
&& git clone https://github.com/mstorsjo/fdk-aac.git \
Expand Down

0 comments on commit fb24469

Please sign in to comment.