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 <leijitang@huawei.com> Upstream-commit: 276e234ca0ec0fa20497b22f9a6d193e999d73cb Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user