glide-the commited on
Commit
e3a8b2c
·
1 Parent(s): 1f3bd14

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.10
2
 
3
- RUN apt update && apt install -y cmake gcc portaudio19-dev
4
 
5
 
6
 
 
1
  FROM python:3.10
2
 
3
+ RUN apt update && apt install -y cmake gcc portaudio19-dev ffmpeg
4
 
5
 
6