Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
FROM python:3.10-slim
|
2 |
-
|
3 |
WORKDIR /app
|
4 |
|
5 |
# Install dependencies
|
|
|
1 |
FROM python:3.10-slim
|
2 |
+
RUN apt update && apt install -y git && apt clean
|
3 |
WORKDIR /app
|
4 |
|
5 |
# Install dependencies
|