mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
docker: Add libnode to enable JavaScript support
This commit is contained in:
parent
2fb26c2f15
commit
e99db077bb
2 changed files with 4 additions and 0 deletions
|
@ -18,9 +18,11 @@ RUN apt-get -q update \
|
||||||
git \
|
git \
|
||||||
libfl2 \
|
libfl2 \
|
||||||
libfl-dev \
|
libfl-dev \
|
||||||
|
libnode-dev \
|
||||||
libmaxminddb-dev \
|
libmaxminddb-dev \
|
||||||
libpcap-dev \
|
libpcap-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
libuv1-dev \
|
||||||
libz-dev \
|
libz-dev \
|
||||||
make \
|
make \
|
||||||
python3-minimal \
|
python3-minimal \
|
||||||
|
|
|
@ -10,9 +10,11 @@ RUN apt-get -q update \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
git \
|
git \
|
||||||
libmaxminddb0 \
|
libmaxminddb0 \
|
||||||
|
libnode108 \
|
||||||
libpython3.11 \
|
libpython3.11 \
|
||||||
libpcap0.8 \
|
libpcap0.8 \
|
||||||
libssl3 \
|
libssl3 \
|
||||||
|
libuv1 \
|
||||||
libz1 \
|
libz1 \
|
||||||
python3-minimal \
|
python3-minimal \
|
||||||
python3-git \
|
python3-git \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue