Files
altherego/Dockerfile
2021-01-06 00:41:45 +03:00

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