xdragxt commited on
Commit
81689d5
·
verified ·
1 Parent(s): 439de0e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
- # Base image
2
- FROM python:3.11-slim
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