diff --git a/Dockerfile b/Dockerfile index fcbad56..9fdc27b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,5 @@ RUN pip3 install --no-cache-dir ansible==${ANSIBLE_VERSION} dnspython passlib ne COPY --from=build-stage /entrypoint /bin/entrypoint ENV ANSIBLE_HOST_KEY_CHECKING=False +ENV PYTHONUNBUFFERED=1 ENTRYPOINT [ "/bin/entrypoint" ] \ No newline at end of file