Update Dockerfile

This commit is contained in:
Robert Dunmire III 2025-01-04 16:29:30 -05:00
parent 5d2f4c679c
commit f28d227fb3
1 changed files with 2 additions and 3 deletions

View File

@ -57,9 +57,8 @@ RUN \
COPY patch/* /tmp/
RUN \
cd /app/lib/python3.10/site-packages/wyoming_piper/;\
patch -p0 --forward < /tmp/__main__.py.diff;\
patch -p0 --forward < /tmp/process.py.diff;\
patch -p0 --forward < /tmp/handler.py.diff || true
for file in /tmp/*.diff;do patch -p0 --forward < $file;done;\
true
# Clean up
RUN \