We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9fd42 commit 41d24faCopy full SHA for 41d24fa
src/backend/base.Dockerfile
@@ -15,8 +15,7 @@ RUN apt-get update && \
15
&& rm -rf /var/lib/apt/lists/*
16
17
# 安装 FFmpeg
18
-RUN apt-get install -y ffmpeg && \
19
- rm -rf /var/lib/apt/lists/*
+RUN apt-get install -y --no-install-recommends ffmpeg && rm -rf /var/lib/apt/lists/*
20
21
22
# 安装 pandoc
0 commit comments