Files
ansible-php/tests/debian-jessie-php-7.0.Dockerfile
2016-01-22 17:17:38 +01:00

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-7.0"]