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

mingw: Bump docker base to Fedora 23.

This build works as well. I'm not sure what's wrong with my
local environment.
parent c97a068d
No related branches found
No related tags found
No related merge requests found
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
......
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