From 69d970295871bdc364062a0cc6812071504e6d0e Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Wed, 6 Jul 2016 16:48:51 +0000 Subject: [PATCH] Install iproute2 and iputils-ping in Dockerfile.aarch64 ping and ip command are need in integration-cli test, but they are missing in ubuntu:wily. Signed-off-by: Lei Jitang Upstream-commit: 276e234ca0ec0fa20497b22f9a6d193e999d73cb Component: engine --- components/engine/Dockerfile.aarch64 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/engine/Dockerfile.aarch64 b/components/engine/Dockerfile.aarch64 index 1149bae7c1..4bc21e25a9 100644 --- a/components/engine/Dockerfile.aarch64 +++ b/components/engine/Dockerfile.aarch64 @@ -47,6 +47,8 @@ RUN apt-get update && apt-get install -y \ python-pip \ python-websocket \ gccgo \ + iproute2 \ + iputils-ping \ --no-install-recommends # Install armhf loader to use armv6 binaries on armv8