Skip to content

Commit cd16890

Browse files
committed
Fixes #234 : PortAudio dev package added to Dockerfile
1 parent d3fd916 commit cd16890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM python:3.9
22

33
RUN apt-get update && \
44
apt-get install -y --no-install-recommends \
5-
ffmpeg
5+
ffmpeg portaudio19-dev
66

77
RUN python3 -m pip install --upgrade pip
88

0 commit comments

Comments
 (0)