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

7 lines
130 B
Plaintext
Raw Normal View History

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