mujtaba1212 commited on
Commit
3a265ed
·
verified ·
1 Parent(s): 51f08e5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.11-slim
3
  WORKDIR /app
4
 
5
  RUN apt-get update && apt-get install -y \
6
- libgl1 libglib2.0-0 \
7
  && rm -rf /var/lib/apt/lists/*
8
 
9
  COPY requirements.txt .
 
3
  WORKDIR /app
4
 
5
  RUN apt-get update && apt-get install -y \
6
+ libgl1 libglib2.0-0 git \
7
  && rm -rf /var/lib/apt/lists/*
8
 
9
  COPY requirements.txt .