Skip to content

Commit be54e8d

Browse files
authored
Merge pull request #363 from Resgrid/develop
RE1-T115 Docker build fix
2 parents 1672464 + 734bc77 commit be54e8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Web/Resgrid.Web.Tts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get update \
2828
ca-certificates \
2929
curl \
3030
&& mkdir -p /usr/local/share/piper-voices \
31-
&& curl -fsSL "https://github.com/rhasspy/piper/releases/download/${PIPER_VERSION}/piper_linux_x86_64.tar.gz" -o /tmp/piper.tar.gz \
31+
&& curl -fsSL "https://github.com/rhasspy/piper/releases/download/${PIPER_VERSION}/piper_amd64.tar.gz" -o /tmp/piper.tar.gz \
3232
&& tar -xzf /tmp/piper.tar.gz -C /tmp \
3333
&& mv /tmp/piper/piper /usr/local/bin/piper \
3434
&& chmod +x /usr/local/bin/piper \

0 commit comments

Comments
 (0)