lighthouse/Dockerfile

5 lines
85 B
Docker
Raw Normal View History

2019-01-09 08:44:37 +00:00
FROM rust:latest
RUN apt-get update && apt-get install -y clang libclang-dev cmake
2019-01-09 08:44:37 +00:00