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

6 lines
140 B
Docker

FROM williamyeh/ansible:debian8-onbuild
RUN apt-get update && ansible-galaxy install HanXHX.dotdeb
CMD ["sh", "tests/test.sh", "php-5.6"]