sd/milkymist-memcard: Fix format string
[qemu/armbru.git] / tests / docker / dockerfiles / debian9-mxe.docker
blobae2c222a6f08b7fcb9e3d24eb8a64c46fa6baabd
2 # Docker mingw cross-compiler target
4 # This docker target builds on the debian Stretch base image.
6 FROM qemu/debian9
8 MAINTAINER Philippe Mathieu-Daudé <f4bug@amsat.org>
10 RUN DEBIAN_FRONTEND=noninteractive eatmydata \
11     apt install -y --no-install-recommends gnupg dirmngr
13 # Add the foreign architecture we want and install dependencies
14 RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C6BF758A33A3A276 && \
15     echo "deb http://pkg.mxe.cc/repos/apt stretch main" > /etc/apt/sources.list.d/mxeapt.list
16 RUN apt-get update && \
17     DEBIAN_FRONTEND=noninteractive eatmydata \
18     apt-get install -y --no-install-recommends \
19         $(apt-get -s install -y --no-install-recommends gw32.shared-mingw-w64 | egrep "^Inst mxe-x86-64-unknown-" | cut -d\  -f2)
21 ENV PATH $PATH:/usr/lib/mxe/usr/bin/