Files
boring-lang/Dockerfile
T

6 lines
111 B
Docker
Raw Normal View History

2021-08-08 11:42:26 -06:00
FROM rust:1.54
2020-04-13 23:59:01 -06:00
RUN apt update && apt-get install -y llvm clang
2021-09-25 11:45:31 -06:00
RUN rustup component add rustfmt
WORKDIR /code