From afa76dfdc051ecab3c1e155d880849dad2d68811 Mon Sep 17 00:00:00 2001 From: Sosthene Date: Wed, 9 Jul 2025 15:05:33 +0200 Subject: [PATCH] Build with zmq, without tests --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e039eec..3365569 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN ./configure --with-gui=no \ --with-daemon \ --without-miniupnpc \ --without-bdb \ - --disable-zmq \ + --disable-tests \ --disable-man \ --enable-util-cli \ --disable-static \