4 lines
67 B
Docker
4 lines
67 B
Docker
FROM gitea/act_runner:latest
|
|
USER root
|
|
RUN apk add --no-cache curl
|
FROM gitea/act_runner:latest
|
|
USER root
|
|
RUN apk add --no-cache curl
|