ansible-mysql/tests/debian-jessie.Dockerfile
2015-07-12 12:15:59 +02:00

5 lines
88 B
Docker

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