musichoard/.gitea/images/Dockerfile

7 lines
119 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:47:09 +01:00
RUN rustup component add clippy
2024-01-06 09:59:10 +01:00
RUN apt-get update && apt-get install -y \
nodejs