Add bsdmainutils tool to Dockerfile to enable integration test on arm64

Build image for integration test on arm64 will fail for lack of
hexdump. Add bsdmainutils tool to eliminate that failure and let
build image succussfully

Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
This commit is contained in:
Jianyong Wu 2017-12-28 16:45:50 +08:00
parent 6b91df3da7
commit 8b1fefad71
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ RUN apt-get update && apt-get install -y \
netcat \
socat \
--no-install-recommends \
bsdmainutils \
&& apt-get clean
# install bats