13 lines
175 B
Docker
13 lines
175 B
Docker
FROM docker.io/gitea/runner:latest
|
|
|
|
USER root
|
|
|
|
RUN apk add --no-cache \
|
|
bash \
|
|
ca-certificates \
|
|
curl \
|
|
git \
|
|
jq \
|
|
openssh-client \
|
|
unzip \
|
|
zip |