From: Peter van Dijk Date: Tue, 11 May 2021 10:27:33 +0000 (+0200) Subject: .dockerignore: do not ignore .git X-Git-Tag: dnsdist-1.7.0-alpha0~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10389%2Fhead;p=thirdparty%2Fpdns.git .dockerignore: do not ignore .git because we ignore **/*.1 to not drag built manpages into the docker context - but this also prevents any tags ending in .1 (like rec-4.5.1) from being built --- diff --git a/.dockerignore b/.dockerignore index ea0bdc3426..d533015013 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,3 +5,4 @@ Dockerfile-* Makefile.docker **/venv **/*.1 +!.git