Martí Umbert commited on
Commit
ae943ca
·
1 Parent(s): f6a5927

Dockerfile: install libportaudio2

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -30,6 +30,7 @@ RUN apt-get update && \
30
  python3-pip \
31
  ffmpeg \
32
  git && \
 
33
  rm -rf /var/lib/apt/lists/*
34
 
35
  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