5 lines
91 B
Docker
5 lines
91 B
Docker
FROM gitea/act_runner:latest
|
|
USER root
|
|
RUN apk add --no-cache openssh-client git
|
|
USER 1000
|