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
|
|
|