mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 14:27:54 +00:00
3 lines
60 B
Docker
3 lines
60 B
Docker
FROM alpine:latest
|
|
RUN apk add python3 docker git
|
|
COPY ci .
|