From 8b1fefad7179992d2a0c31b6b0b39a6e2e0ccf4f Mon Sep 17 00:00:00 2001 From: Jianyong Wu Date: Thu, 28 Dec 2017 16:45:50 +0800 Subject: [PATCH] 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 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c1f02853..1fb5e569 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,7 @@ RUN apt-get update && apt-get install -y \ netcat \ socat \ --no-install-recommends \ + bsdmainutils \ && apt-get clean # install bats