Disable python buffer
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
SebClem 2023-07-04 18:01:16 +02:00
parent 5f834c7388
commit 3c4b47215e
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -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" ]