tooling/Containerfile: borrar icu-data-all explicito
ci/woodpecker/push/woodpecker Pipeline failed Details

ya lo piden nodejs y npm
This commit is contained in:
Cat /dev/Nulo 2023-03-28 13:42:40 -03:00
parent 60ccd1c7c8
commit 8f04220a29
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM docker.io/alpine:3.17
RUN apk add --no-cache nodejs npm lua5.1 icu-data-full
RUN apk add --no-cache nodejs npm lua5.1
# 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 && \