ansible-php/tests/debian-jessie-php-5.6.Docke...

6 lines
96 B
Plaintext
Raw Permalink Normal View History

2015-07-23 21:35:25 +07:00
FROM williamyeh/ansible:debian8-onbuild
RUN apt-get update
CMD ["sh", "tests/test.sh", "5.6"]
2015-07-23 21:35:25 +07:00