pvanand commited on
Commit
ea087a2
·
verified ·
1 Parent(s): 821b9d0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  # Use an official Python runtime as a parent image
2
  FROM python:3.10.9
3
 
 
4
  # Set the working directory in the container
5
  WORKDIR /app
6
 
 
1
  # Use an official Python runtime as a parent image
2
  FROM python:3.10.9
3
 
4
+ RUN apt-get update && apt-get install -y ffmpeg
5
  # Set the working directory in the container
6
  WORKDIR /app
7