docker: Add cppzmq/libzmq dependencies

This commit is contained in:
Arne Welzel 2024-11-15 12:33:00 +01:00
parent 2f37dcf505
commit d946be878e
2 changed files with 4 additions and 2 deletions

View file

@ -21,6 +21,7 @@ RUN apt-get -q update \
bison \
ccache \
cmake \
cppzmq-dev \
flex \
g++ \
gcc \

View file

@ -21,13 +21,14 @@ RUN apt-get -q update \
jq \
libmaxminddb0 \
libnode108 \
libpython3.11 \
libpcap0.8 \
libpython3.11 \
libssl3 \
libuv1 \
libz1 \
python3-minimal \
libzmq5 \
python3-git \
python3-minimal \
python3-semantic-version \
python3-websocket \
&& apt-get clean \