# act_runner with docker-cli, so the runner can `docker run` the # silvermetal-builder image inside the job. Pattern matches the # stinky-roger-tv flutter-builder runner. FROM gitea/act_runner:latest RUN apk add --no-cache docker-cli git