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

6 lines
140 B
Plaintext
Raw Normal View History

2015-07-23 21:35:25 +07:00
FROM williamyeh/ansible:debian8-onbuild
2016-01-22 23:24:15 +07:00
RUN apt-get update && ansible-galaxy install HanXHX.dotdeb
CMD ["sh", "tests/test.sh", "php-5.6"]
2015-07-23 21:35:25 +07:00