From 08b6819fb295e5eaac9c5bbc837ee0d55ff90236 Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Sun, 25 Sep 2016 13:36:07 +0200 Subject: [PATCH] Add python-netaddr to docker --- tests/debian-jessie.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/debian-jessie.Dockerfile b/tests/debian-jessie.Dockerfile index 03252b3..e9099cd 100644 --- a/tests/debian-jessie.Dockerfile +++ b/tests/debian-jessie.Dockerfile @@ -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"]