Skip to content

Commit

Permalink
Add phpunit env var to Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
lakiboy committed Aug 24, 2018
1 parent 2e62de7 commit c96f824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ RUN apt-get update && apt-get install -y git && rm -r /var/lib/apt/lists/*
RUN cd /usr/local/bin \
&& php -r "readfile('https://getcomposer.org/installer');" | php \
&& mv composer.phar composer

ENV SYMFONY_PHPUNIT_VERSION=6.5

0 comments on commit c96f824

Please sign in to comment.