ansible-php/tests/debian-jessie.Dockerfile

6 lines
89 B
Docker

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