mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-21 20:30:43 +00:00
enable PY_COLORS in docker image by default
This commit is contained in:
parent
cb76507159
commit
9db5e533b7
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user