Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -6,4 +6,6 @@ COPY . .
|
|
| 6 |
|
| 7 |
RUN uv init && uv add -r deps.txt
|
| 8 |
|
| 9 |
-
RUN apt-get update -y && apt-get install wget curl git unzip zip -y
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
RUN uv init && uv add -r deps.txt
|
| 8 |
|
| 9 |
+
RUN apt-get update -y && apt-get install wget curl git unzip zip -y
|
| 10 |
+
|
| 11 |
+
ENTRYPOINT ["sh", "entrypoint.sh"]
|