File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ RUN apt-get update \
3131 curl \
3232 xz-utils \
3333 gzip \
34+ passwd \
3435 && rm -rf /var/lib/apt/lists/* \
3536 && curl -fsSL --retry 3 --retry-delay 5 "https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz" -o /tmp/ffmpeg.tar.xz \
3637 && curl -fsSL "https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz.md5" -o /tmp/ffmpeg.tar.xz.md5 \
@@ -50,6 +51,7 @@ RUN apt-get update \
5051 && tar -xzf /tmp/piper.tar.gz -C /tmp \
5152 && mv /tmp/piper/piper /usr/local/bin/piper \
5253 && chmod +x /usr/local/bin/piper \
54+ && mkdir -p /usr/local/lib \
5355 && find /tmp/piper -name '*.so*' -exec cp {} /usr/local/lib/ \; \
5456 && if [ -d /tmp/piper/espeak-ng-data ]; then cp -R /tmp/piper/espeak-ng-data /usr/share/; else ln -sf /usr/lib/x86_64-linux-gnu/espeak-ng-data /usr/share/espeak-ng-data; fi \
5557 && ldconfig \
You can’t perform that action at this time.
0 commit comments