Files
ansible-mysql/tests/debian-jessie.Dockerfile
2016-09-25 13:37:18 +02:00

6 lines
128 B
Docker

FROM williamyeh/ansible:debian8-onbuild
RUN apt-get update
RUN apt-get install -y python-netaddr
CMD ["sh", "tests/travis.sh"]