Skip to content

Commit 80933b3

Browse files
committed
RE1-T119 build fix
1 parent b2942ab commit 80933b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Web/Resgrid.Web.Tts/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)