ansible-mysql/tests/debian-jessie.Dockerfile

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"]