mirror of https://github.com/cloudreve/Cloudreve
fix(docker): cannot generate thumbs for heic/heif images if boot from docker image
parent
6561e3075f
commit
8d6d188c3f
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue