Maulidaaa commited on
Commit
baa0185
·
verified ·
1 Parent(s): 682c18a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -3,6 +3,10 @@ FROM python:3.10-slim
3
 
4
  # Install dependencies
5
  RUN apt-get update && apt-get install -y \
 
 
 
 
6
  build-essential \
7
  python3-dev \
8
  libglib2.0-0 \
 
3
 
4
  # Install dependencies
5
  RUN apt-get update && apt-get install -y \
6
+ git \
7
+ ffmpeg \
8
+ libgl1-mesa-glx \
9
+ libglib2.0-0 \
10
  build-essential \
11
  python3-dev \
12
  libglib2.0-0 \