From: aerique Date: Tue, 26 May 2020 07:06:56 +0000 (+0200) Subject: Add `--nobest` when installing PDNS software. X-Git-Tag: dnsdist-1.5.0-rc3~35^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9152%2Fhead;p=thirdparty%2Fpdns.git Add `--nobest` when installing PDNS software. This is for testing in Docker images, we just want them to build. --- diff --git a/build-scripts/docker/generate-repo-files.sh b/build-scripts/docker/generate-repo-files.sh index 13d2e3fb19..05da8b0455 100755 --- a/build-scripts/docker/generate-repo-files.sh +++ b/build-scripts/docker/generate-repo-files.sh @@ -57,7 +57,7 @@ EOF cat <> Dockerfile.$RELEASE.$OS-$VERSION RUN curl -o /etc/yum.repos.d/powerdns-$RELEASE.repo https://repo.powerdns.com/repo-files/$OS-$RELEASE.repo -RUN yum install -y $PKG +RUN yum install --assumeyes --nobest $PKG EOF if [ "$RELEASE" = "rec-43" -o "$RELEASE" = "rec-44" ]; then