[mgmt] Install ip command in mgmt docker (#5430)

Signed-off-by: Danny Allen <daall@microsoft.com>
This commit is contained in:
Danny Allen 2020-09-22 18:39:14 -07:00 committed by GitHub
parent f2194010f8
commit 7eda531ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y build-essential \
gcc \
git \
inetutils-ping \
iproute2 \
libffi-dev \
libssl-dev \
libxml2 \