We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8256e commit 12b5988Copy full SHA for 12b5988
Dockerfile
@@ -4,6 +4,8 @@ RUN apt-get update && apt-get install -y git wget subversion cvs bzr
4
5
RUN wget https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar -O /usr/local/bin/wp && chmod +x /usr/local/bin/wp
6
7
+RUN wget https://phar.phpunit.de/phpunit-5.7.phar -O /usr/local/bin/phpunit && chmod +x /usr/local/bin/phpunit
8
+
9
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
10
11
RUN pecl install xdebug
0 commit comments