This commit is contained in:
alyssa 2024-09-06 12:53:24 +09:00
parent e424c241e3
commit ac7356ba4a
4 changed files with 110 additions and 4 deletions

View file

@ -1,3 +1,3 @@
FROM alpine:latest
RUN apk add python3
RUN apk add python3 docker git
COPY ci/run_ci.py /run_ci.py