mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 11:41:51 +00:00
5 lines
79 B
Docker
5 lines
79 B
Docker
FROM rust:latest
|
|
|
|
RUN apt-get update && apt-get install -y clang libclang-dev
|
|
|