mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-20 13:47:15 +08:00
add libavcodec-extra to Dockerfile
This commit is contained in:
@@ -11,7 +11,7 @@ ADD . ${BUILD_PREFIX}
|
|||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&&apt-get install -y --no-install-recommends bash \
|
&&apt-get install -y --no-install-recommends bash \
|
||||||
ffmpeg espeak \
|
ffmpeg espeak libavcodec-extra\
|
||||||
&& cd ${BUILD_PREFIX} \
|
&& cd ${BUILD_PREFIX} \
|
||||||
&& cp config-template.json config.json \
|
&& cp config-template.json config.json \
|
||||||
&& /usr/local/bin/python -m pip install --no-cache --upgrade pip \
|
&& /usr/local/bin/python -m pip install --no-cache --upgrade pip \
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ ENV BUILD_PREFIX=/app
|
|||||||
|
|
||||||
ADD . ${BUILD_PREFIX}
|
ADD . ${BUILD_PREFIX}
|
||||||
|
|
||||||
RUN apk add --no-cache bash ffmpeg espeak \
|
RUN apk add --no-cache bash ffmpeg espeak libavcodec-extra\
|
||||||
&& cd ${BUILD_PREFIX} \
|
&& cd ${BUILD_PREFIX} \
|
||||||
&& cp config-template.json config.json \
|
&& cp config-template.json config.json \
|
||||||
&& /usr/local/bin/python -m pip install --no-cache --upgrade pip \
|
&& /usr/local/bin/python -m pip install --no-cache --upgrade pip \
|
||||||
|
|||||||
Reference in New Issue
Block a user