marcusandre / docker-phpunit

This Dockerfile installs PHPUnit on a tiny Alpine Linux instance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHPUnit

This Dockerfile installs PHPUnit on a tiny Alpine Linux instance.

Usage

Use it as a dependency in your own Dockerfile with:

FROM marcusandre/phpunit

Or simply run it from shell with:

$ docker run -i -t marcusandre/phpunit

License

MIT

About

This Dockerfile installs PHPUnit on a tiny Alpine Linux instance.


Languages

Language:Makefile 100.0%