PluralKit/ci/Dockerfile
2024-09-06 16:19:41 +09:00

4 lines
94 B
Docker

FROM alpine:latest
RUN apk add python3 docker git
COPY ci/spawn_jobs.py .
COPY ci/run_ci.py .