添加生成缩略图所需的软件包

pull/2127/head
dawn-lc 1 month ago committed by GitHub
parent 12e3f10ad7
commit 2494119dfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 \

Loading…
Cancel
Save