From adf4442c6bce248f192a0500a4b104e6b55d3fb6 Mon Sep 17 00:00:00 2001 From: Konstantin Dmitriev Date: Nov 03 2016 04:06:05 +0000 Subject: Fix "no autoreconf found" error in windows build of Synfig --- diff --git a/docker/fedora-cross-win/Dockerfile b/docker/fedora-cross-win/Dockerfile index bc5e9de..98d1617 100644 --- a/docker/fedora-cross-win/Dockerfile +++ b/docker/fedora-cross-win/Dockerfile @@ -21,7 +21,7 @@ RUN dnf -y install mingw32-nsis RUN dnf -y install p7zip ImageMagick -RUN dnf -y install make wget xz +RUN dnf -y install make wget xz which #RUN dnf -y install synfig