Skip to content

Commit f4e0ed0

Browse files
committed
mingw: Bump docker base to Fedora 23.
This build works as well. I'm not sure what's wrong with my local environment.
1 parent c97a068 commit f4e0ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM fedora:22
1+
FROM fedora:23
22
33

44
# Linux build.
55
RUN dnf update -y
66
RUN dnf install -y git gcc make wget xz
7-
RUN dnf install -y autoconf automake libtool
7+
RUN dnf install -y autoconf automake libtool pkgconfig
88

99
# mingw cross build.
1010
RUN dnf install -y mingw32-gcc zip

0 commit comments

Comments
 (0)