From: aerique Date: Mon, 25 May 2020 15:08:07 +0000 (+0200) Subject: Make sure we can install unsigned packages. X-Git-Tag: dnsdist-1.5.0-rc3~35^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abecd552beef57f37d06afc769f3af8523940070;p=thirdparty%2Fpdns.git Make sure we can install unsigned packages. Sometimes we need to install unsigned packages from our own ad-hoc repo, installing `apt-transport-https` makes sure we can do this (at least on Debian Stretch). --- diff --git a/build-scripts/docker/generate-repo-files.sh b/build-scripts/docker/generate-repo-files.sh index e04f6e1345..13d2e3fb19 100755 --- a/build-scripts/docker/generate-repo-files.sh +++ b/build-scripts/docker/generate-repo-files.sh @@ -106,7 +106,7 @@ EOF FROM $OS:$VERSION RUN apt-get update -RUN apt-get install -y curl gnupg dnsutils +RUN apt-get install -y curl gnupg dnsutils apt-transport-https COPY dnsdist.debian-and-ubuntu /etc/apt/preferences.d/dnsdist COPY pdns.debian-and-ubuntu /etc/apt/preferences.d/pdns