JulienBreux / phpunit-docker

DEPRECATED :package: Docker image to use PHPUnit as CLI.
https://hub.docker.com/r/phpunit/phpunit/
MIT License
47 stars 28 forks source link

Add pear packages system #44

Closed JulienBreux closed 8 years ago

JulienBreux commented 8 years ago

Simple way to add pear packages with your customs images:

# Thanks to Julien Breux <<< :trollface:
FROM phpunit/phpunit
MAINTAINER Firstname Lastname <you@domain.tld>
ENV PEAR_PACKAGES foo bar baz
JulienBreux commented 8 years ago

Just now, use once RUN to optimize image.