Skip to content

Commit

Permalink
mingw: Bump docker base to Fedora 23.
Browse files Browse the repository at this point in the history
This build works as well. I'm not sure what's wrong with my
local environment.
  • Loading branch information
rillian committed Jan 5, 2016
1 parent c97a068 commit f4e0ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM fedora:22
FROM fedora:23
MAINTAINER [email protected]

# 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
Expand Down

0 comments on commit f4e0ed0

Please sign in to comment.