fix: add build-essential for webrtcvad compilation
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user