mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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>
This commit is contained in:
parent
ad44f49470
commit
276e234ca0
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue