diff --git a/docker/builder.Dockerfile b/docker/builder.Dockerfile index 1223ddee93..72ca2f3eb3 100644 --- a/docker/builder.Dockerfile +++ b/docker/builder.Dockerfile @@ -21,6 +21,7 @@ RUN apt-get -q update \ bison \ ccache \ cmake \ + cppzmq-dev \ flex \ g++ \ gcc \ diff --git a/docker/final.Dockerfile b/docker/final.Dockerfile index 46a6b88ec2..e8bc922988 100644 --- a/docker/final.Dockerfile +++ b/docker/final.Dockerfile @@ -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 \