Add unbuffed env for python stdout

This commit is contained in:
Adam Toy 2021-01-31 13:04:55 -05:00
parent fdf62b3296
commit ddc790e444

View file

@ -1,5 +1,7 @@
FROM alpine:3.13 FROM alpine:3.13
ENV PYTHONUNBUFFERED=1
RUN apk update && \ RUN apk update && \
apk add python3 curl && \ apk add python3 curl && \
curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python3 && \ curl --silent --show-error --retry 5 https://bootstrap.pypa.io/get-pip.py | python3 && \