From 2494119dfc9ae1b8dd179310364fd6a1389b69cc Mon Sep 17 00:00:00 2001 From: dawn-lc <30336566+dawn-lc@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:35:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=9F=E6=88=90=E7=BC=A9?= =?UTF-8?q?=E7=95=A5=E5=9B=BE=E6=89=80=E9=9C=80=E7=9A=84=E8=BD=AF=E4=BB=B6?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7b2f5ae..caac42e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /cloudreve COPY cloudreve ./cloudreve RUN apk update \ - && apk add --no-cache tzdata \ + && apk add --no-cache tzdata icu-data-full vips vips-tools ffmpeg libreoffice\ && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ && echo "Asia/Shanghai" > /etc/timezone \ && chmod +x ./cloudreve \