Docker & Infrastruktur — OpenClaw Image fix, libportaudio2, aria.env.example

Wake-Word Fix — openwakeword API-Bug behoben
get-voices.sh — neues Script + README-Schritt
This commit is contained in:
2026-03-10 14:08:28 +01:00
parent c67da1d085
commit afcd45d32f
11 changed files with 114 additions and 17 deletions
+1
View File
@@ -9,6 +9,7 @@ FROM python:3.12-slim
RUN apt-get update && apt-get install -y --no-install-recommends \
ffmpeg \
libsndfile1 \
libportaudio2 \
pulseaudio-utils \
alsa-utils \
&& rm -rf /var/lib/apt/lists/*