yinwentao commited on
Commit
8e50257
·
1 Parent(s): 44f0973

updateRequirements

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
9
  build-essential \
10
  python3-pip \
11
  git \
 
12
  ffmpeg \
13
  && apt-get clean && rm -rf /var/lib/apt/lists/*
14
 
 
9
  build-essential \
10
  python3-pip \
11
  git \
12
+ portaudio19-dev \
13
  ffmpeg \
14
  && apt-get clean && rm -rf /var/lib/apt/lists/*
15