Spaces:
Runtime error
Runtime error
lhzstar
commited on
Commit
•
d2269fa
1
Parent(s):
3e6feb3
new commits
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -6,6 +6,8 @@ RUN apt-get update && apt-get install -y \
|
|
6 |
build-essential \
|
7 |
ffmpeg \
|
8 |
git \
|
|
|
|
|
9 |
libsndfile1 \
|
10 |
software-properties-common \
|
11 |
&& rm -rf /var/lib/apt/lists/*
|
|
|
6 |
build-essential \
|
7 |
ffmpeg \
|
8 |
git \
|
9 |
+
libportaudio2 \
|
10 |
+
libasound-dev \
|
11 |
libsndfile1 \
|
12 |
software-properties-common \
|
13 |
&& rm -rf /var/lib/apt/lists/*
|