5 lines
93 B
Docker
5 lines
93 B
Docker
FROM gitea/act_runner:latest
|
|
|
|
USER root
|
|
RUN apk add --no-cache docker-cli docker-cli-compose
|