musichoard/.gitea/images/Dockerfile
Wojciech Kozlowski 32e962258b
Some checks failed
Cargo CI / Pipeline (pull_request) Failing after 54s
Add clippy to ci image
2024-01-06 10:47:09 +01:00

7 lines
119 B
Docker

FROM docker.io/library/rust:1.75
RUN rustup component add clippy
RUN apt-get update && apt-get install -y \
nodejs