Skip to content
This repository was archived by the owner on Nov 5, 2020. It is now read-only.

Commit e1ae53c

Browse files
committed
Add btest and bsdmainutils to Docker image
btest is needed to run the unit tests. The bsdmainutils package includes the hexdump utility, which is run by some test scripts.
1 parent 3d44403 commit e1ae53c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUN apt-get -y install cmake git build-essential vim python curl ninja-build
99
RUN apt-get -y install bison flex libpapi-dev libgoogle-perftools-dev
1010
RUN apt-get -y install libpcap-dev libssl-dev python-dev swig zlib1g-dev
1111
RUN apt-get -y install gdb
12+
RUN apt-get -y install btest bsdmainutils
1213
RUN apt-get -y --allow-unauthenticated install clang-3.9 llvm-3.9 lldb-3.9
1314

1415
RUN cd /usr/bin && for i in $(ls *-3.9); do ln -s $i $(echo $i | sed 's/-3.9//g'); done

0 commit comments

Comments
 (0)