You've already forked pc-usbip-runner
mirror of
https://github.com/trussed-dev/pc-usbip-runner.git
synced 2026-06-20 04:16:19 -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/
|