talkatu/builders

45af16705bf9
Parents a27dff777f7b
Children 41ac3f32897e
Remove the 32bit stuff from the mingw-w64-x86_64 image
--- a/Dockerfile.mingw-w64-x86_64 Tue Apr 28 23:13:23 2020 -0500
+++ b/Dockerfile.mingw-w64-x86_64 Tue Apr 28 23:13:49 2020 -0500
@@ -5,13 +5,12 @@
# setup the cross compile and host os
RUN set -ex && \
- dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y --no-install-recommends \
ca-certificates build-essential gettext xz-utils pkg-config zip \
mingw-w64 mingw-w64-x86-64-dev mingw-w64-tools \
mercurial meson ninja-build help2man \
- wine wine32 wine64 xauth xvfb \
+ wine wine64 xauth xvfb \
libglib2.0-dev gobject-introspection \
&& \
apt-get clean && \