Fix: Missing ping tool causes unittests inside Docker to fail.
authorpeusterm <manuel.peuster@uni-paderborn.de>
Thu, 7 Sep 2017 13:58:59 +0000 (15:58 +0200)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Thu, 7 Sep 2017 13:58:59 +0000 (15:58 +0200)
Signed-off-by: Manuel Peuster <manuel@peuster.de>
Dockerfile

index 84fa586..d603a5d 100755 (executable)
@@ -42,6 +42,7 @@ RUN apt-get update \
     ansible \
     curl \
     iptables \
+    iputils-ping \
     sudo
 
 # install containernet (using its Ansible playbook)