mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-29 18:28:11 -07:00
Add dockerfile for easier building on MacOS
This commit is contained in:
committed by
Cooper Quintin
parent
30e543898b
commit
e440dab736
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user