add ssh client
All checks were successful
/ build-docker-image (push) Successful in 42s

This commit is contained in:
2024-11-02 19:40:47 +00:00
parent 51f825801a
commit 6d8f264704

View File

@@ -5,6 +5,7 @@ FROM gitea/act_runner:0.2.11
RUN echo "build started.."
RUN apk update && \
apk add --no-cache openssh-client && \
apk add --no-cache ansible && \
rm -rf /tmp/* && \
rm -rf /var/cache/apk/*