fix(docker): #6197 enable unbuffered stdout for live logs
This commit is contained in:
parent
1ec1f6a68a
commit
fce23e8024
@ -1,5 +1,8 @@
|
||||
FROM debian:13.4
|
||||
|
||||
# Disable Python stdout buffering to ensure logs are printed immediately
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
# Install system dependencies in one layer, clear APT cache
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user