adititewari commited on
Commit
1778bb8
·
verified ·
1 Parent(s): 5055139

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,6 +11,7 @@ COPY . /app
11
  RUN apt-get update && \
12
  apt-get install -y ffmpeg && \
13
  rm -rf /var/lib/apt/lists/* && \
 
14
  pip install --no-cache-dir -r requirements.txt && \
15
  pip install python-multipart
16
 
 
11
  RUN apt-get update && \
12
  apt-get install -y ffmpeg && \
13
  rm -rf /var/lib/apt/lists/* && \
14
+ portaudio19-dev \
15
  pip install --no-cache-dir -r requirements.txt && \
16
  pip install python-multipart
17