Reviewed-on: #1 Co-authored-by: Andreas Tsouchlos <an.tsouchlos@gmail.com> Co-committed-by: Andreas Tsouchlos <an.tsouchlos@gmail.com>
5 lines
197 B
Docker
5 lines
197 B
Docker
FROM rust:latest
|
|
|
|
RUN rustup target add thumbv7em-none-eabi
|
|
RUN curl --proto '=https' --tlsv1.2 -LsSf https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.sh | sh
|