Added missing dependencies
Added flex and bison as required for libpcap
This commit is contained in:
parent
93935fe8e7
commit
6469f6709c
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ RUN apt-get update && \
|
||||||
wget \
|
wget \
|
||||||
git \
|
git \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python
|
python \
|
||||||
|
flex \
|
||||||
|
bison
|
||||||
RUN mkdir /build
|
RUN mkdir /build
|
||||||
ADD . /build
|
ADD . /build
|
||||||
RUN chmod +x /build/build_x86.sh
|
RUN chmod +x /build/build_x86.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue