]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix recursor builds: we now require `jq` during the `dist` phase
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 25 Mar 2024 15:24:47 +0000 (16:24 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 25 Mar 2024 15:24:47 +0000 (16:24 +0100)
builder-support/dockerfiles/Dockerfile.recursor

index 214ef9e622591a9fefbf693371e229a522398907..6a2a3f0143dc64f9606825717f28f9911aa1b7dc 100644 (file)
@@ -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)