1*39a75af8SGabrielFROM ubuntu:17.10
28018a505SAlex Crichton
38018a505SAlex CrichtonRUN apt-get update
48018a505SAlex CrichtonRUN apt-get install -y --no-install-recommends \
58018a505SAlex Crichton        gcc libc6-dev qemu-user ca-certificates \
68018a505SAlex Crichton        gcc-powerpc-linux-gnu libc6-dev-powerpc-cross \
78018a505SAlex Crichton        qemu-system-ppc
88018a505SAlex Crichton
98018a505SAlex CrichtonENV CARGO_TARGET_POWERPC_UNKNOWN_LINUX_GNU_LINKER=powerpc-linux-gnu-gcc \
108018a505SAlex Crichton    PATH=$PATH:/rust/bin
11