8 lines
151 B
Docker
Executable File
8 lines
151 B
Docker
Executable File
FROM docker.io/rust:1.49
|
|
|
|
RUN apt-get update && apt-get install -yqq \
|
|
musl-tools \
|
|
make
|
|
|
|
RUN rustup target add armv7-unknown-linux-musleabihf
|