Skip to content

Commit

Permalink
Add PYTHONUNBUFFERED
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelange authored Feb 1, 2024
1 parent 0e534f6 commit 2637472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ ENV TZ="Etc/UTC" \
LC_IDENTIFICATION="en_US.UTF-8" \
DEBIAN_FRONTEND="noninteractive" \
SHELL="/bin/bash" \
PIP_NO_CACHE_DIR=1
PIP_NO_CACHE_DIR=1 \
PYTHONUNBUFFERED=1

# needed for string substitution in RUN directives
SHELL ["/bin/bash", "-c"]
Expand Down

0 comments on commit 2637472

Please sign in to comment.