hanxuan commited on
Commit
885f80b
1 Parent(s): 1ff3310

安装 FFmpeg 支持云转码

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ ENV TZ Asia/Shanghai
8
  WORKDIR /drive
9
 
10
  # 安装Git
11
- RUN apk update && apk add --no-cache git
12
 
13
  # 克隆项目
14
  RUN git clone --depth=1 https://github.com/Zyy955/Lain-drive .
 
8
  WORKDIR /drive
9
 
10
  # 安装Git
11
+ RUN apk update && apk add --no-cache git ffmpeg
12
 
13
  # 克隆项目
14
  RUN git clone --depth=1 https://github.com/Zyy955/Lain-drive .