enable PY_COLORS in docker image by default

This commit is contained in:
Robert Kaussow 2019-10-16 07:59:45 +02:00
parent cb76507159
commit 9db5e533b7
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.vendor="Robert Kaussow" \
org.label-schema.schema-version="1.0"
ENV PY_COLORS=1
ADD dist/ansible_doctor-*.whl /
RUN \