esl-docker/Dockerfile

9 lines
177 B
Docker
Raw Normal View History

2024-03-23 12:57:07 +01:00
FROM docker.io/rustlang/rust:nightly
RUN apt-get update && apt-get install -y \
libudev-dev \
&& rm -rf /var/lib/apt/lists/*
RUN rustup target add thumbv6m-none-eabi