musichoard/.gitea/images/Dockerfile

7 lines
127 B
Docker
Raw Normal View History

2024-01-06 09:59:10 +01:00
FROM docker.io/library/rust:1.75
2024-01-06 10:56:17 +01:00
RUN rustup component add clippy rustfmt
2024-01-06 10:49:18 +01:00
2024-01-06 09:59:10 +01:00
RUN apt-get update && apt-get install -y \
nodejs