Dockerfile 增加vips-tools ffmpeg
This commit is contained in:
parent
3373b9dc02
commit
d4980b82c4
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 vips-tools ffmpeg \
|
||||
&& cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
|
||||
&& echo "Asia/Shanghai" > /etc/timezone \
|
||||
&& chmod +x ./cloudreve \
|
||||
|
|
Loading…
Add table
Reference in a new issue