Skip to content

Commit

Permalink
Merge pull request #2 from dekalee/feature/blackfire
Browse files Browse the repository at this point in the history
add blackfire
  • Loading branch information
victorbalssa authored Sep 3, 2018
2 parents e08e215 + 3634884 commit 602dab3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,12 @@ ADD config/symfony.ini /etc/php/7.2/fpm/conf.d/

ADD config/adback.co.pool.conf /usr/local/etc/php-fpm.d/

RUN apt-get update \
&& apt-get install -y wget gnupg2 \
&& wget -O - https://packagecloud.io/gpg.key | apt-key add - \
&& echo "deb http://packages.blackfire.io/debian any main" | tee /etc/apt/sources.list.d/blackfire.list \
&& apt-get update \
&& apt-get install blackfire-agent \
&& apt-get install blackfire-php

EXPOSE 9001

0 comments on commit 602dab3

Please sign in to comment.