Merge pull request #24361 from coolljt0725/add_ip_ping
Install iproute2 and iputils-ping in Dockerfile.aarch64
This commit is contained in:
commit
28e9d93f52
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…
Add table
Reference in a new issue