Files
boring-lang/Dockerfile
2021-09-25 11:45:31 -06:00

6 lines
111 B
Docker

FROM rust:1.54
RUN apt update && apt-get install -y llvm clang
RUN rustup component add rustfmt
WORKDIR /code