Merge pull request #1239 from jongwu/enable_arm64

Add bsdmainutils tool to Dockerfile to enable integration test on arm64
This commit is contained in:
Mrunal Patel 2018-01-01 18:04:27 -08:00 committed by GitHub
commit 295a11eb17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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