mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 15:39:59 -07:00
6 lines
199 B
Docker
6 lines
199 B
Docker
FROM rust:1.86-bullseye
|
|
|
|
RUN apt-get update
|
|
RUN apt-get install -y build-essential libc6-armhf-cross libc6-dev-armhf-cross gcc-arm-linux-gnueabihf
|
|
RUN rustup target add armv7-unknown-linux-gnueabihf
|