Skip to content

Commit c67237e

Browse files
author
Wenruli
committed
fix:基础镜像修改
1 parent 41d24fa commit c67237e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && \
1515
&& rm -rf /var/lib/apt/lists/*
1616

1717
# 安装 FFmpeg
18-
RUN apt-get install -y --no-install-recommends ffmpeg && rm -rf /var/lib/apt/lists/*
18+
RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg && rm -rf /var/lib/apt/lists/*
1919

2020

2121
# 安装 pandoc

0 commit comments

Comments
 (0)