浏览代码

调整

develop
H Vs 1 天前
父节点
当前提交
a2f04593b0
共有 1 个文件被更改,包括 8 次插入2 次删除
  1. +8
    -2
      docker/Dockerfile.latest

+ 8
- 2
docker/Dockerfile.latest 查看文件

@@ -28,8 +28,14 @@ ENV BUILD_PREFIX=/app

ADD . ${BUILD_PREFIX}

RUN apt-get update \
&&apt-get install -y --no-install-recommends bash ffmpeg espeak libavcodec-extra\
# RUN apt-get update \
# &&apt-get install -y --no-install-recommends 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 \
# && pip install --no-cache -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/

RUN apt-get install -y --no-install-recommends 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 \


正在加载...
取消
保存