Added missing dependencies

Added flex and bison as required for libpcap
This commit is contained in:
Jordan Power 2019-06-03 16:13:05 +01:00 committed by GitHub
parent 93935fe8e7
commit 6469f6709c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,9 @@ RUN apt-get update && \
wget \
git \
pkg-config \
python
python \
flex \
bison
RUN mkdir /build
ADD . /build
RUN chmod +x /build/build_x86.sh