Skip to content
Snippets Groups Projects
Unverified Commit 6a08376d authored by Ralph Giles's avatar Ralph Giles
Browse files

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.
parent 8c2a87e3
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ FROM fedora:24
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment