fix: add build-essential for webrtcvad compilation

This commit is contained in:
delevisor
2026-05-03 08:23:03 +00:00
parent eee3d4bebf
commit bf25fa367a

View File

@@ -8,6 +8,7 @@ ENV PYTHONUNBUFFERED=1 \
# Install system dependencies # Install system dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
git \ git \
curl \ curl \
wget \ wget \