fix(docker): cannot generate thumbs for heic/heif images if boot from docker image

pull/2224/merge
Aaron Liu 2025-06-12 11:27:38 +08:00
parent 6561e3075f
commit 8d6d188c3f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM alpine:latest
WORKDIR /cloudreve WORKDIR /cloudreve
RUN apk update \ 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 \ && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone \ && echo "Asia/Shanghai" > /etc/timezone \
&& mkdir -p ./data/temp/aria2 \ && mkdir -p ./data/temp/aria2 \