Files
rustup/ci/docker/mipsel-unknown-linux-gnu/Dockerfile
Lzu Tao ac0463b1d3 build: Reduce time to build new docker images
By combining multiple ENV keys, we could reduce intermediate
layer that docker processes, hence the time it takes to build
new docker images reduced.
2019-08-29 14:48:49 +07:00

5 lines
161 B
Docker

FROM rust-mipsel-unknown-linux-gnu
ENV CC_mipsel_unknown_linux_gnu=mipsel-linux-gnu-gcc \
CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_GNU_LINKER=mipsel-linux-gnu-gcc