Add python-netaddr to docker

pull/14/head
Emilien Mantel 2016-09-25 13:36:07 +02:00
parent 7fd3f4e194
commit 08b6819fb2
1 changed files with 1 additions and 0 deletions

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