Skip to content

Commit

Permalink
re-add PYTHONUNBUFFERED
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsiungw committed May 8, 2024
1 parent 095b296 commit 0fa2454
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ RUN apt-get install -y \
libxml2-dev \
libxslt-dev

ENV PIP_DISABLE_PIP_VERSION_CHECK=on \
ENV PYTHONUNBUFFERED=1 \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=100 \
POETRY_VIRTUALENVS_IN_PROJECT=true

Expand Down

0 comments on commit 0fa2454

Please sign in to comment.