mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
docker: Add cppzmq/libzmq dependencies
This commit is contained in:
parent
2f37dcf505
commit
d946be878e
2 changed files with 4 additions and 2 deletions
|
@ -21,6 +21,7 @@ RUN apt-get -q update \
|
||||||
bison \
|
bison \
|
||||||
ccache \
|
ccache \
|
||||||
cmake \
|
cmake \
|
||||||
|
cppzmq-dev \
|
||||||
flex \
|
flex \
|
||||||
g++ \
|
g++ \
|
||||||
gcc \
|
gcc \
|
||||||
|
|
|
@ -21,13 +21,14 @@ RUN apt-get -q update \
|
||||||
jq \
|
jq \
|
||||||
libmaxminddb0 \
|
libmaxminddb0 \
|
||||||
libnode108 \
|
libnode108 \
|
||||||
libpython3.11 \
|
|
||||||
libpcap0.8 \
|
libpcap0.8 \
|
||||||
|
libpython3.11 \
|
||||||
libssl3 \
|
libssl3 \
|
||||||
libuv1 \
|
libuv1 \
|
||||||
libz1 \
|
libz1 \
|
||||||
python3-minimal \
|
libzmq5 \
|
||||||
python3-git \
|
python3-git \
|
||||||
|
python3-minimal \
|
||||||
python3-semantic-version \
|
python3-semantic-version \
|
||||||
python3-websocket \
|
python3-websocket \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue