From 89e537c87ebd318812b271d4932a7472853d0f1e Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 28 Mar 2023 13:48:34 -0300 Subject: [PATCH] ci: preinstalar paquetes para subir --- .woodpecker.yml | 2 -- tooling/Containerfile | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index fbbe91c..bb99a84 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -25,8 +25,6 @@ pipeline: - ./tool build - | - apk add rsync openssh-client-default - eval $(ssh-agent -s) echo "$${SSH_KEY}" | tr -d '\r' | ssh-add - mkdir -p ~/.ssh diff --git a/tooling/Containerfile b/tooling/Containerfile index 02643e1..b166441 100644 --- a/tooling/Containerfile +++ b/tooling/Containerfile @@ -1,6 +1,7 @@ FROM docker.io/alpine:3.17 -RUN apk add --no-cache nodejs npm lua5.1 +RUN apk add --no-cache nodejs npm lua5.1 \ + rsync openssh-client-default # https://gitea.nulo.in/Nulo/openring/releases/tag/1.0.1-nulo-sitio-2 RUN wget -nv -O /bin/openring https://gitea.nulo.in/attachments/3ddb2799-3af7-4239-a7fd-9d31670aefb8 && \