add openssh
This commit is contained in:
parent
db4bc065a8
commit
11725191b8
@ -18,7 +18,7 @@ ARG ACT_RUNNER_VERSION="0.2.11"
|
||||
COPY rootfs /
|
||||
|
||||
# Install necessary dependencies
|
||||
RUN apk add --no-cache git docker-cli python3 py3-pip nodejs npm sshpass
|
||||
RUN apk add --no-cache git docker-cli python3 py3-pip nodejs npm sshpass openssh lftp rsync
|
||||
|
||||
# Download and rename the act_runner binary
|
||||
RUN curl -L -o /usr/local/bin/act_runner https://gitea.com/gitea/act_runner/releases/download/v${ACT_RUNNER_VERSION}/act_runner-${ACT_RUNNER_VERSION}-linux-${BUILD_ARCH} && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user