mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
3 lines
68 B
Docker
3 lines
68 B
Docker
FROM alpine:latest
|
|
RUN apk add python3
|
|
COPY ci/run_ci.py /run_ci.py
|