ansible-mysql/tests/debian-jessie.Dockerfile

6 lines
128 B
Plaintext
Raw Normal View History

2015-07-12 17:15:59 +07:00
FROM williamyeh/ansible:debian8-onbuild
RUN apt-get update
2016-09-25 18:36:07 +07:00
RUN apt-get install -y python-netaddr
2016-09-25 17:47:36 +07:00
CMD ["sh", "tests/travis.sh"]