2 lines
154 B
Docker
2 lines
154 B
Docker
FROM ghcr.io/cross-rs/armv7-unknown-linux-gnueabihf
|
|
RUN dpkg --add-architecture armhf && apt-get update && apt-get install --assume-yes libudev-dev:armhf
|