mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-12 13:59:44 +00:00
11 lines
306 B
Docker
11 lines
306 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-mips-linux-gnu libc6-dev-mips-cross \
|
|
qemu-system-mips
|
|
|
|
ENV CARGO_TARGET_MIPS_UNKNOWN_LINUX_GNU_LINKER=mips-linux-gnu-gcc \
|
|
PATH=$PATH:/rust/bin
|