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

6 lines
96 B
Docker

FROM williamyeh/ansible:debian8-onbuild
RUN apt-get update
CMD ["sh", "tests/test.sh", "5.6"]