Martí Umbert
commited on
Commit
·
8f9cb0a
1
Parent(s):
ae943ca
Dockerfile: bugfix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,7 +30,7 @@ RUN apt-get update && \
|
|
30 |
python3-pip \
|
31 |
ffmpeg \
|
32 |
git && \
|
33 |
-
libportaudio2 \
|
34 |
rm -rf /var/lib/apt/lists/*
|
35 |
|
36 |
RUN pip install diart
|
|
|
30 |
python3-pip \
|
31 |
ffmpeg \
|
32 |
git && \
|
33 |
+
libportaudio2 && \
|
34 |
rm -rf /var/lib/apt/lists/*
|
35 |
|
36 |
RUN pip install diart
|