3 RUN dpkg --add-architecture i386
4 RUN dpkg --add-architecture s390x
7 # dkpg-dev: to make pkg-config work in cross-builds
8 RUN apt-get install --no-install-recommends --no-upgrade -y \
10 make automake libtool pkg-config dpkg-dev valgrind qemu-user \
12 gcc-i686-linux-gnu libc6-dev-i386-cross libc6-dbg:i386 \
13 gcc-s390x-linux-gnu libc6-dev-s390x-cross libc6-dbg:s390x \
14 wine gcc-mingw-w64-x86-64
16 # Run a dummy command in wine to make it set up configuration
17 RUN wine64-stable xcopy || true