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