diff --git a/Dockerfile.debian b/Dockerfile.debian index 4902542..b2a1afa 100644 --- a/Dockerfile.debian +++ b/Dockerfile.debian @@ -96,6 +96,7 @@ RUN .venv/bin/pyinstaller \ --collect-data 'panphon' \ --collect-data 'mimic3_tts' \ --collect-data 'mimic3_http' \ + --add-data $(find /usr/lib -name libespeak-ng.so.1 | head -n1):. \ pyinstaller/mimic3.py # Have to manually copy these over for some reason