pre-commit/Dockerfile
Dreaded_X 79682c65fe
All checks were successful
Build and deploy censorbot / Build Docker image (push) Successful in 2m13s
Build and deploy censorbot / Run pre-commit checks (push) Successful in 51s
Added node
2024-06-15 03:37:52 +02:00

4 lines
132 B
Docker

FROM rust:1-slim
RUN apt-get update && apt-get install -y --no-install-recommends pre-commit nodejs && rm -rf /var/lib/apt/lists/*