summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 9ee58b3..c6c087c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,7 +17,8 @@ ARG CONDA_PACKAGES
ENV OPT=/opt \
HOME=/home/jenkins
-ENV MC_VERSION=${MC_VERSION} \
+ENV PYTHONUNBUFFERED=1 \
+ MC_VERSION=${MC_VERSION} \
MC_PLATFORM=${MC_PLATFORM} \
MC_ARCH=${MC_ARCH} \
MC_URL=${MC_URL} \