PluralKit/ci/Dockerfile
2024-09-05 18:50:09 +09:00

3 lines
68 B
Docker

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