mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 21:48:27 +00:00
12 lines
354 B
Docker
12 lines
354 B
Docker
FROM ubuntu:16.04
|
|
|
|
RUN apt-get update
|
|
RUN apt-get install -y --no-install-recommends \
|
|
gcc libc6-dev qemu-user ca-certificates \
|
|
gcc-powerpc64-linux-gnu libc6-dev-ppc64-cross \
|
|
qemu-system-ppc
|
|
|
|
ENV CARGO_TARGET_POWERPC64_UNKNOWN_LINUX_GNU_LINKER=powerpc64-linux-gnu-gcc \
|
|
CC=powerpc64-linux-gnu-gcc \
|
|
PATH=$PATH:/rust/bin
|