mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
ci/debian-11: Install libnode-dev, too
Debian 11 doesn't have a new enough libnode version, so JavaScript should not be attempted to be built.
This commit is contained in:
parent
832291fd92
commit
193352bb8c
1 changed files with 2 additions and 0 deletions
|
@ -17,8 +17,10 @@ RUN apt-get update && apt-get -y install \
|
||||||
gcc \
|
gcc \
|
||||||
git \
|
git \
|
||||||
libkrb5-dev \
|
libkrb5-dev \
|
||||||
|
libnode-dev \
|
||||||
libpcap-dev \
|
libpcap-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
libuv1-dev \
|
||||||
make \
|
make \
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue