Disable python buffer
This commit is contained in:
parent
5f834c7388
commit
3c4b47215e
@ -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" ]
|
Loading…
Reference in New Issue
Block a user