ref: 6a08376da80d34a3dcd931e4d4fb3f3116387e1c
parent: 8c2a87e31d06bfc76a0e38efb201a4973ce7818c
author: Ralph Giles <giles@thaumas.net>
date: Mon Nov 7 17:29:52 EST 2016
mingw: Don't use deltarpm reconstruction. The fedora docker images ship without the necessary metadata to reconstruct rpm packages from installed data, so attempting to download delta rpm packages when updating the system just wastes time and bandwidth.
--- a/mingw/Dockerfile
+++ b/mingw/Dockerfile
@@ -2,7 +2,7 @@
MAINTAINER opus@xiph.org
# Linux build.
-RUN dnf update -y
+RUN dnf update -y --setopt=deltarpm=0
RUN dnf install -y git gcc make wget xz
RUN dnf install -y autoconf automake libtool pkgconfig