gplugin/builders

Fix up the mingw-w64-i686 build

2020-04-28, Gary Kramlich
864fd2f872a9
Parents 2a1793b047cc
Children d3b40786aa87
Fix up the mingw-w64-i686 build
--- a/Dockerfile.mingw-w64-i686 Tue Apr 28 21:25:20 2020 -0500
+++ b/Dockerfile.mingw-w64-i686 Tue Apr 28 21:25:44 2020 -0500
@@ -7,7 +7,7 @@
RUN set -ex && \
dpkg --add-architecture i386 && \
apt-get update && \
- apt-get install -y --no-install-recommends \
+ apt-get install -y --no-install-recommends -o APT::Immediate-Configure=false \
ca-certificates build-essential gettext xz-utils pkg-config zip \
mingw-w64 mingw-w64-i686-dev mingw-w64-tools \
mercurial meson ninja-build help2man \