From: Remi Gacogne Date: Mon, 25 Mar 2024 15:24:47 +0000 (+0100) Subject: Fix recursor builds: we now require `jq` during the `dist` phase X-Git-Tag: rec-5.1.0-alpha1~84^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bc4994e37841703a0768d3151508b46e02455cc;p=thirdparty%2Fpdns.git Fix recursor builds: we now require `jq` during the `dist` phase --- diff --git a/builder-support/dockerfiles/Dockerfile.recursor b/builder-support/dockerfiles/Dockerfile.recursor index 214ef9e622..6a2a3f0143 100644 --- a/builder-support/dockerfiles/Dockerfile.recursor +++ b/builder-support/dockerfiles/Dockerfile.recursor @@ -3,7 +3,7 @@ ARG BUILDER_CACHE_BUSTER= RUN apk add --no-cache gcc g++ make tar autoconf automake protobuf-dev lua-dev \ libtool file boost-dev curl openssl-dev ragel python3 \ - flex bison git bash + flex bison git bash jq ADD COPYING NOTICE /pdns-recursor/ @EXEC sdist_dirs=(build-aux m4 pdns ext docs)