pre-commit/Dockerfile
Dreaded_X 24922db97a
All checks were successful
Build and deploy censorbot / Build Docker image (push) Successful in 2m55s
Build and deploy censorbot / Run pre-commit checks (push) Successful in 50s
Use different base container
2024-06-15 03:49:46 +02:00

4 lines
144 B
Docker

FROM catthehacker/ubuntu:act-latest
RUN apt-get update && apt-get install -y --no-install-recommends pre-commit && rm -rf /var/lib/apt/lists/*