ref: f4e0ed091f60ce7bacdd9f267ebea5e24e05cc7e
parent: c97a068d2a5731ec92b3ed594d3d60cb49618af6
author: Ralph Giles <giles@mozilla.com>
date: Mon Jan 4 11:07:17 EST 2016
mingw: Bump docker base to Fedora 23. This build works as well. I'm not sure what's wrong with my local environment.
--- a/mingw/Dockerfile
+++ b/mingw/Dockerfile
@@ -1,10 +1,10 @@
-FROM fedora:22
+FROM fedora:23
MAINTAINER opus@xiph.org
# Linux build.
RUN dnf update -y
RUN dnf install -y git gcc make wget xz
-RUN dnf install -y autoconf automake libtool
+RUN dnf install -y autoconf automake libtool pkgconfig
# mingw cross build.
RUN dnf install -y mingw32-gcc zip