Skip to content

Commit

Permalink
Merge pull request #14 from Faks/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Faks authored Nov 3, 2023
2 parents 198f5b3 + 26e4ddd commit 52a5e59
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 25 deletions.
2 changes: 1 addition & 1 deletion php-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ ARG NEW_RELIC_KEY=${NEW_RELIC_KEY}
ARG NEW_RELIC_APP_NAME=${NEW_RELIC_APP_NAME}

RUN if [ ${NEW_RELIC} = true ]; then \
curl -L http://download.newrelic.com/php_agent/release/newrelic-php5-9.18.1.303-linux.tar.gz | tar -C /tmp -zx && \
curl -L http://download.newrelic.com/php_agent/archive/10.13.0.2/newrelic-php5-10.13.0.2-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 && \
Expand Down
130 changes: 106 additions & 24 deletions react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52a5e59

Please sign in to comment.