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 \ bison \
ccache \ ccache \
cmake \ cmake \
cppzmq-dev \
flex \ flex \
g++ \ g++ \
gcc \ gcc \

View file

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