Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
# Base image
|
| 2 |
-
FROM python:3.11-
|
| 3 |
|
| 4 |
# Set timezone
|
| 5 |
ENV TZ=Asia/Kolkata
|
|
|
|
| 1 |
+
# Base image with full Debian repo support
|
| 2 |
+
FROM python:3.11-bullseye
|
| 3 |
|
| 4 |
# Set timezone
|
| 5 |
ENV TZ=Asia/Kolkata
|