From 60ccd1c7c80f8caf2843294db519534e2989ca04 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 28 Mar 2023 13:23:55 -0300 Subject: [PATCH] tooling/Containerfile: agregar icu-data-full MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit debería arreglar que las fechas estén en inglés --- tooling/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/Containerfile b/tooling/Containerfile index 02643e1..6b86147 100644 --- a/tooling/Containerfile +++ b/tooling/Containerfile @@ -1,6 +1,6 @@ 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 # 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 && \