pre-commit/Dockerfile
Dreaded_X ae44d33135
All checks were successful
Build and deploy censorbot / Build Docker image (push) Successful in 4m6s
Build and deploy censorbot / Run pre-commit checks (push) Successful in 1m40s
Added rustup
2024-06-15 04:00:41 +02:00

6 lines
221 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/*
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y