5 lines
66 B
Docker
5 lines
66 B
Docker
FROM gitea/act_runner:nightly
|
|
|
|
RUN apk add docker
|
|
RUN apk add git
|