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.0.5~4^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecf1546b11ed48b9fae617400c22f8d679be2f9e;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)