musichoard/.gitea/images/Dockerfile
Wojciech Kozlowski b12d7f1c36
Some checks failed
Cargo CI / Pipeline (pull_request) Failing after 3m40s
Add clippy to ci image
2024-01-06 10:49:18 +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