Alide21 commited on
Commit
7b15c57
·
verified ·
1 Parent(s): 7952180

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.9
2
 
3
  # تثبيت FFmpeg و Flask
4
  RUN apt-get update && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/*
5
- RUN pip install flask
6
 
7
  WORKDIR /app
8
  COPY . .
 
2
 
3
  # تثبيت FFmpeg و Flask
4
  RUN apt-get update && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/*
5
+ RUN pip install flask requests
6
 
7
  WORKDIR /app
8
  COPY . .