fix deprecated env format

This commit is contained in:
Simon
2025-02-18 22:39:40 +07:00
parent 837c4293bc
commit eb78a3904f

View File

@@ -36,7 +36,7 @@ FROM python:3.11.8-slim-bookworm AS tubearchivist
ARG INSTALL_DEBUG
ENV PYTHONUNBUFFERED 1
ENV PYTHONUNBUFFERED=1
# copy build requirements
COPY --from=builder /root/.local /root/.local