fix: add build-essential for webrtcvad compilation
This commit is contained in:
@@ -8,6 +8,7 @@ ENV PYTHONUNBUFFERED=1 \
|
||||
|
||||
# Install system dependencies
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
git \
|
||||
curl \
|
||||
wget \
|
||||
|
||||
Reference in New Issue
Block a user