Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexandr-parkhomenko/aecdd413c2de21be9b44b5e223e8a20e to your computer and use it in GitHub Desktop.
Save alexandr-parkhomenko/aecdd413c2de21be9b44b5e223e8a20e to your computer and use it in GitHub Desktop.
From webdevops/php-nginx:debian-8-php7
RUN apt-get update
RUN echo 'export PATH=~/.composer/vendor/bin:$PATH' >> ~/.bashrc
RUN composer global require phpunit/phpunit
RUN apt-get install php7.0-xdebug && echo 'export PHP_IDE_CONFIG="serverName=php-7-0"' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment