musichoard/.gitea/images/Dockerfile
Wojciech Kozlowski b1cf5d621d
All checks were successful
Cargo CI / Pipeline (push) Successful in 1m3s
Cargo CI / Pipeline (pull_request) Successful in 1m7s
Add CI to repository (#80)
Closes #77

Reviewed-on: #80
2024-01-06 11:14:30 +01:00

7 lines
127 B
Docker

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