Add python-netaddr to docker

This commit is contained in:
Emilien Mantel
2016-09-25 13:36:07 +02:00
parent 7fd3f4e194
commit 08b6819fb2

View File

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