]> granicus.if.org Git - pdns/commitdiff
Add artful recursor build
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 30 Jan 2018 10:16:56 +0000 (11:16 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 27 Sep 2018 11:59:27 +0000 (13:59 +0200)
builder-support/dockerfiles/Dockerfile.target.ubuntu-artful

index 09a4d160ce3a64f4124b994d29cf04438322291c..8be7ea672432659941779a6708a3642c656285a0 100644 (file)
@@ -11,6 +11,10 @@ RUN apt-get update && apt-get -y dist-upgrade
 ADD builder-support/debian/authoritative/debian-stretch/ pdns-${BUILDER_VERSION}/debian/
 @ENDIF
 
+@IF [ ! -z "$M_recursor" ]
+ADD builder-support/debian/recursor/debian-stretch/ pdns-recursor-${BUILDER_VERSION}/debian/
+@ENDIF
+
 @IF [ ! -z "$M_dnsdist" ]
 ADD builder-support/debian/dnsdist/debian-stretch/ dnsdist-${BUILDER_VERSION}/debian/
 @ENDIF