Created
April 19, 2016 12:22
-
-
Save alexandr-parkhomenko/aecdd413c2de21be9b44b5e223e8a20e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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