6 lines
96 B
Docker
6 lines
96 B
Docker
|
FROM gitea/act_runner:nightly-dind-rootless
|
||
|
|
||
|
USER root
|
||
|
RUN apk add --no-cache git
|
||
|
|
||
|
USER rootless
|