enable PY_COLORS in docker image by default

This commit is contained in:
Robert Kaussow 2019-10-16 00:49:13 +02:00
parent d3f8d0a6cf
commit 3b5b3e6979
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_later-*.whl /
RUN apk --update add --virtual .build-deps build-base libffi-dev libressl-dev && \