From a2a969a0a0040c11dc29d125487b072de2383eef Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:04:27 +0100 Subject: [PATCH] Chinese font and word conv fix (#1014) * remove lite package * alphine update for word conversion issue #995 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1a00593..280f0b42 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Main stage -FROM alpine:3.19.1 +FROM alpine:20240329 # Copy necessary files COPY scripts /scripts @@ -33,6 +33,7 @@ RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /et curl \ openjdk17-jre \ su-exec \ + font-noto-cjk \ shadow \ # Doc conversion libreoffice@testing \