2506minecraft commited on
Commit
c4de05c
·
verified ·
1 Parent(s): b117e19

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM python:3.10-slim
2
 
 
3
  RUN apt-get update && apt-get install -y ffmpeg
4
 
5
  WORKDIR /app
 
1
  FROM python:3.10-slim
2
 
3
+ # تثبيت الاعتمادات النظامية
4
  RUN apt-get update && apt-get install -y ffmpeg
5
 
6
  WORKDIR /app