]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add `--nobest` when installing PDNS software. 9152/head
authoraerique <aerique@xs4all.nl>
Tue, 26 May 2020 07:06:56 +0000 (09:06 +0200)
committeraerique <aerique@xs4all.nl>
Tue, 26 May 2020 07:06:56 +0000 (09:06 +0200)
This is for testing in Docker images, we just want them to build.

build-scripts/docker/generate-repo-files.sh

index 13d2e3fb197a4e6a615253c1ae6c79591f080750..05da8b04552ae3c7113c04d7cc126deaf92a45c8 100755 (executable)
@@ -57,7 +57,7 @@ EOF
 
     cat <<EOF >> 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