Files
boring-lang/Dockerfile

6 lines
113 B
Docker
Raw Normal View History

2025-08-11 22:17:34 -06:00
FROM rust:1.89
2025-08-11 22:17:34 -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