Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# Use a recent, slim Python base image
|
| 2 |
FROM debian:trixie-slim
|
| 3 |
|
| 4 |
-
|
| 5 |
|
| 6 |
# Set the working directory in the container
|
| 7 |
WORKDIR /app
|
|
|
|
| 1 |
# Use a recent, slim Python base image
|
| 2 |
FROM debian:trixie-slim
|
| 3 |
|
| 4 |
+
RUN pip install python pip
|
| 5 |
|
| 6 |
# Set the working directory in the container
|
| 7 |
WORKDIR /app
|