From 6fb30da27971cae9ad92a4a601b0114030f9322a Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 30 Jan 2018 11:16:56 +0100 Subject: [PATCH] Add artful recursor build --- builder-support/dockerfiles/Dockerfile.target.ubuntu-artful | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/builder-support/dockerfiles/Dockerfile.target.ubuntu-artful b/builder-support/dockerfiles/Dockerfile.target.ubuntu-artful index 09a4d160ce..8be7ea6724 100644 --- a/builder-support/dockerfiles/Dockerfile.target.ubuntu-artful +++ b/builder-support/dockerfiles/Dockerfile.target.ubuntu-artful @@ -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 -- 2.47.2