mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-23 06:44:35 +00:00
5 lines
85 B
Docker
5 lines
85 B
Docker
FROM rust:latest
|
|
|
|
RUN apt-get update && apt-get install -y clang libclang-dev cmake
|
|
|