diff --git a/docker/Dockerfile.debian.latest b/docker/Dockerfile.debian.latest index 3fe0b76..ffe7af3 100644 --- a/docker/Dockerfile.debian.latest +++ b/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 \ diff --git a/docker/Dockerfile.latest b/docker/Dockerfile.latest index 432075c..0c9bfce 100644 --- a/docker/Dockerfile.latest +++ b/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 \