ansible-mysql/tests/debian-jessie.Dockerfile

5 lines
88 B
Docker

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