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 \
|
||||
libfl2 \
|
||||
libfl-dev \
|
||||
libnode-dev \
|
||||
libmaxminddb-dev \
|
||||
libpcap-dev \
|
||||
libssl-dev \
|
||||
libuv1-dev \
|
||||
libz-dev \
|
||||
make \
|
||||
python3-minimal \
|
||||
|
|
|
@ -10,9 +10,11 @@ RUN apt-get -q update \
|
|||
ca-certificates \
|
||||
git \
|
||||
libmaxminddb0 \
|
||||
libnode108 \
|
||||
libpython3.11 \
|
||||
libpcap0.8 \
|
||||
libssl3 \
|
||||
libuv1 \
|
||||
libz1 \
|
||||
python3-minimal \
|
||||
python3-git \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue