Skip to content

Commit 0a23b78

Browse files
committed
Disabled colors in terminal output
1 parent 8d3552c commit 0a23b78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Containerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ ENV DEBIAN_FRONTEND=noninteractive
1919
ENV PYTHONUNBUFFERED=1
2020

2121
# Force colored output for various tooling in CI.
22-
ENV COLUMNS=120
23-
ENV FORCE_COLOR=1
24-
ENV TERM="xterm-256color"
22+
# ENV COLUMNS=120
23+
# ENV FORCE_COLOR=1
24+
# ENV TERM="xterm-256color"
2525

2626
# Create user and prepare directories.
2727
RUN <<EOF

0 commit comments

Comments
 (0)