]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add all programs for raspbian
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 30 Jan 2018 09:31:14 +0000 (10:31 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 27 Sep 2018 11:59:27 +0000 (13:59 +0200)
builder-support/dockerfiles/Dockerfile.target.raspbian-jessie
builder-support/dockerfiles/Dockerfile.target.raspbian-stretch

index d8d0f69e3068d52f0ac627ea90d4e0c27fe6f92d..0afdd574fc5cb62c383243abcef133aea266b618 100644 (file)
@@ -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
 
index 2d0502e1ddba0a345bf505f535958b62bac37e84..4624617b3e9bc7ff379836fd8f423ab899cea1ed 100644 (file)
@@ -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