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:
parent
6b91df3da7
commit
8b1fefad71
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
netcat \
|
netcat \
|
||||||
socat \
|
socat \
|
||||||
--no-install-recommends \
|
--no-install-recommends \
|
||||||
|
bsdmainutils \
|
||||||
&& apt-get clean
|
&& apt-get clean
|
||||||
|
|
||||||
# install bats
|
# install bats
|
||||||
|
|
Loading…
Reference in a new issue