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:
Arne Welzel 2023-04-14 11:13:14 +02:00
parent 832291fd92
commit 193352bb8c

View file

@ -17,8 +17,10 @@ RUN apt-get update && apt-get -y install \
gcc \
git \
libkrb5-dev \
libnode-dev \
libpcap-dev \
libssl-dev \
libuv1-dev \
make \
python3 \
python3-dev \