mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-03-16 19:00:12 +00:00
fix deprecated env format
This commit is contained in:
parent
837c4293bc
commit
eb78a3904f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user