You've already forked pc-usbip-runner
mirror of
https://github.com/trussed-dev/pc-usbip-runner.git
synced 2026-03-11 16:36:43 -07:00
5 lines
117 B
Docker
5 lines
117 B
Docker
FROM rust:latest
|
|
RUN apt update -qy && apt install -qy libclang-dev
|
|
RUN rustc --version
|
|
ENV CARGO_HOME /root/.cargo/
|