tests/migration-test: don't spam the logs when we fail
[qemu/ar7.git] / tests / docker / dockerfiles / debian8-mxe.docker
blob2df4cc8c5c9962f3558d5480694851115d69f905
2 # Docker mingw cross-compiler target
4 # This docker target builds on the debian Jessie base image.
6 FROM qemu:debian8
8 MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>
10 # Add the foreign architecture we want and install dependencies
11 RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D43A795B73B16ABE9643FE1AFD8FFF16DB45C6AB && \
12     echo "deb http://pkg.mxe.cc/repos/apt/debian jessie main" > /etc/apt/sources.list.d/mxeapt.list
13 RUN apt-get update
14 RUN DEBIAN_FRONTEND=noninteractive eatmydata \
15     apt-get install -y --no-install-recommends \
16         libpython2.7-stdlib \
17         $(apt-get -s install -y --no-install-recommends gw32.shared-mingw-w64 | egrep "^Inst mxe-x86-64-unknown-" | cut -d\  -f2)
19 ENV PATH $PATH:/usr/lib/mxe/usr/bin/