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