Files
ansible-php/tests/debian-jessie-php-7.0.Dockerfile
2016-01-22 16:29:43 +01:00

6 lines
136 B
Docker

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