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