添加生成缩略图所需的软件包
This commit is contained in:
parent
12e3f10ad7
commit
2494119dfc
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue