We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fd916 commit cd16890Copy full SHA for cd16890
Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.9
2
3
RUN apt-get update && \
4
apt-get install -y --no-install-recommends \
5
- ffmpeg
+ ffmpeg portaudio19-dev
6
7
RUN python3 -m pip install --upgrade pip
8
0 commit comments