From 8d6d188c3f1ec489cc05d5cd6c57320b7b622ecf Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Thu, 12 Jun 2025 11:27:38 +0800 Subject: [PATCH] fix(docker): cannot generate thumbs for heic/heif images if boot from docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5b29661..f14a98d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:latest WORKDIR /cloudreve RUN apk update \ - && apk add --no-cache tzdata vips-tools ffmpeg libreoffice aria2 supervisor font-noto font-noto-cjk \ + && apk add --no-cache tzdata vips-tools ffmpeg libreoffice aria2 supervisor font-noto font-noto-cjk libheif\ && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ && echo "Asia/Shanghai" > /etc/timezone \ && mkdir -p ./data/temp/aria2 \