Add OpenSSH client to Gitea runners
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM gitea/act_runner:latest
|
FROM gitea/act_runner:latest
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
RUN apk add --no-cache docker-cli docker-cli-compose
|
RUN apk add --no-cache docker-cli docker-cli-compose openssh-client
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM gitea/act_runner:latest
|
FROM gitea/act_runner:latest
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
RUN apk add --no-cache docker-cli docker-cli-compose
|
RUN apk add --no-cache docker-cli docker-cli-compose openssh-client
|
||||||
|
|||||||
Reference in New Issue
Block a user