pre-commit/Dockerfile
Dreaded_X 3005d66482
All checks were successful
Build and deploy censorbot / Run pre-commit checks (push) Successful in 57s
Build and deploy censorbot / Build Docker image (push) Successful in 4m27s
Initial commit
2024-06-15 03:11:59 +02:00

4 lines
125 B
Docker

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