为了支持后端服务中的音视频处理功能,需要在容器环境中安装 ffmpeg
@@ -22,6 +22,7 @@ RUN rm -f /etc/apt/sources.list.d/*.list /etc/apt/sources.list.d/*.sources && \
curl \
git \
wget \
+ ffmpeg \
&& rm -rf /var/lib/apt/lists/*
RUN pip install --no-cache-dir --upgrade pip setuptools wheel