pre-commit/Dockerfile
Dreaded_X 4a4ca1a6cb
Some checks failed
Build and deploy censorbot / Build Docker image (push) Failing after 38s
Build and deploy censorbot / Run pre-commit checks (push) Successful in 58s
Added node
2024-06-15 03:36:20 +02:00

4 lines
130 B
Docker

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