Compare commits

...

2 commits

Author SHA1 Message Date
711cc88e8c Revert "tooling/Containerfile: borrar icu-data-all explicito"
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This reverts commit 8f04220a29.
2023-03-28 13:50:57 -03:00
89e537c87e ci: preinstalar paquetes para subir 2023-03-28 13:48:34 -03:00
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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 icu-data-full \
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 && \