We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3552c commit 0a23b78Copy full SHA for 0a23b78
Containerfile
@@ -19,9 +19,9 @@ ENV DEBIAN_FRONTEND=noninteractive
19
ENV PYTHONUNBUFFERED=1
20
21
# Force colored output for various tooling in CI.
22
-ENV COLUMNS=120
23
-ENV FORCE_COLOR=1
24
-ENV TERM="xterm-256color"
+# ENV COLUMNS=120
+# ENV FORCE_COLOR=1
+# ENV TERM="xterm-256color"
25
26
# Create user and prepare directories.
27
RUN <<EOF
0 commit comments