From f4e0ed091f60ce7bacdd9f267ebea5e24e05cc7e Mon Sep 17 00:00:00 2001
From: Ralph Giles <giles@mozilla.com>
Date: Mon, 4 Jan 2016 16:07:17 -0800
Subject: [PATCH] mingw: Bump docker base to Fedora 23.

This build works as well. I'm not sure what's wrong with my
local environment.
---
 mingw/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mingw/Dockerfile b/mingw/Dockerfile
index b622f8f..03c8622 100644
--- 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
-- 
GitLab