Spaces:
Sleeping
Sleeping
Commit
·
aa96c31
1
Parent(s):
97054aa
Added git install to dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -4,6 +4,7 @@ FROM python:3.11-slim-bullseye
|
|
| 4 |
|
| 5 |
RUN apt update
|
| 6 |
RUN apt install -y build-essential
|
|
|
|
| 7 |
|
| 8 |
RUN pip install gunicorn==20.1.0
|
| 9 |
RUN pip install typing-extensions
|
|
|
|
| 4 |
|
| 5 |
RUN apt update
|
| 6 |
RUN apt install -y build-essential
|
| 7 |
+
RUN apt install -y git
|
| 8 |
|
| 9 |
RUN pip install gunicorn==20.1.0
|
| 10 |
RUN pip install typing-extensions
|