talkatu/builders

a27dff777f7b
Parents 7dfa0d5d2a8b
Children 45af16705bf9
Fix up the mingw-w64-i686 issue with debian
--- a/Dockerfile.mingw-w64-i686 Tue Apr 28 22:56:25 2020 -0500
+++ b/Dockerfile.mingw-w64-i686 Tue Apr 28 23:13:23 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 \