From: Remi Gacogne Date: Fri, 6 Oct 2023 14:14:23 +0000 (+0200) Subject: BUILDING-PACKAGES: Mention that `pdns-builder` requires a working Docker local daemon X-Git-Tag: rec-5.0.0-alpha2~25^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13339%2Fhead;p=thirdparty%2Fpdns.git BUILDING-PACKAGES: Mention that `pdns-builder` requires a working Docker local daemon Co-authored-by: Peter van Dijk --- diff --git a/BUILDING-PACKAGES.md b/BUILDING-PACKAGES.md index 7da089d815..0df59bdd90 100644 --- a/BUILDING-PACKAGES.md +++ b/BUILDING-PACKAGES.md @@ -7,6 +7,8 @@ The [build-tags.yml](https://github.com/PowerDNS/pdns/blob/master/.github/workfl Building packages on your own computer -------------------------------------- +This requires a working Docker installation. + 1. Clone our git repo (`git clone https://github.com/PowerDNS/pdns.git`) 2. Check out the version you want, it can be a git tag like dnsdist-1.8.1, a git commit ID or branch 3. Update submodules (`git submodule update --init --recursive`)