ansible-mysql/tests/debian-jessie.Dockerfile

5 lines
88 B
Plaintext
Raw Normal View History

2015-07-12 17:15:59 +07:00
FROM williamyeh/ansible:debian8-onbuild
RUN apt-get update
CMD ["sh", "tests/test.sh"]