From: Pieter Lexis Date: Tue, 30 Jan 2018 09:31:14 +0000 (+0100) Subject: Add all programs for raspbian X-Git-Tag: dnsdist-1.3.3~83^2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e30e537c35a8d745c3adc2e2f72dc79685f0d76a;p=thirdparty%2Fpdns.git Add all programs for raspbian --- diff --git a/builder-support/dockerfiles/Dockerfile.target.raspbian-jessie b/builder-support/dockerfiles/Dockerfile.target.raspbian-jessie index d8d0f69e30..0afdd574fc 100644 --- a/builder-support/dockerfiles/Dockerfile.target.raspbian-jessie +++ b/builder-support/dockerfiles/Dockerfile.target.raspbian-jessie @@ -7,7 +7,17 @@ RUN apt-get update && apt-get -y dist-upgrade @INCLUDE Dockerfile.debbuild-prepare +@IF [ ! -z "$M_authoritative" ] ADD builder-support/debian/authoritative/debian-jessie/ pdns-${BUILDER_VERSION}/debian/ +@ENDIF + +@IF [ ! -z "$M_recursor" ] +ADD builder-support/debian/recursor/debian-jessie/ pdns-recursor-${BUILDER_VERSION}/debian/ +@ENDIF + +@IF [ ! -z "$M_dnsdist" ] +ADD builder-support/debian/dnsdist/debian-jessie/ dnsdist-${BUILDER_VERSION}/debian/ +@ENDIF @INCLUDE Dockerfile.debbuild diff --git a/builder-support/dockerfiles/Dockerfile.target.raspbian-stretch b/builder-support/dockerfiles/Dockerfile.target.raspbian-stretch index 2d0502e1dd..4624617b3e 100644 --- a/builder-support/dockerfiles/Dockerfile.target.raspbian-stretch +++ b/builder-support/dockerfiles/Dockerfile.target.raspbian-stretch @@ -7,7 +7,17 @@ RUN apt-get update && apt-get -y dist-upgrade @INCLUDE Dockerfile.debbuild-prepare +@IF [ ! -z "$M_authoritative" ] 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 @INCLUDE Dockerfile.debbuild