瀏覽代碼

add libavcodec-extra to Dockerfile

master
lanvent 1 年之前
父節點
當前提交
bef2896f50
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      docker/Dockerfile.debian.latest
  2. +1
    -1
      docker/Dockerfile.latest

+ 1
- 1
docker/Dockerfile.debian.latest 查看文件

@@ -11,7 +11,7 @@ ADD . ${BUILD_PREFIX}

RUN apt-get update \
&&apt-get install -y --no-install-recommends bash \
ffmpeg espeak \
ffmpeg espeak libavcodec-extra\
&& cd ${BUILD_PREFIX} \
&& cp config-template.json config.json \
&& /usr/local/bin/python -m pip install --no-cache --upgrade pip \


+ 1
- 1
docker/Dockerfile.latest 查看文件

@@ -9,7 +9,7 @@ ENV BUILD_PREFIX=/app

ADD . ${BUILD_PREFIX}

RUN apk add --no-cache bash ffmpeg espeak \
RUN apk add --no-cache bash ffmpeg espeak libavcodec-extra\
&& cd ${BUILD_PREFIX} \
&& cp config-template.json config.json \
&& /usr/local/bin/python -m pip install --no-cache --upgrade pip \


Loading…
取消
儲存