Skip to content

Commit

Permalink
Set TERM for docker worker images (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum authored Feb 28, 2024
1 parent 19e46e5 commit ed41ca2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion taskcluster/docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt-get update -qq \
htop \
vim \
nano \
ncurses-term \
zstd \
screen \
curl \
Expand All @@ -44,7 +45,8 @@ RUN pip install zstandard

ENV SHELL=/bin/bash \
HOME=/builds/worker \
PATH="/builds/worker/.local/bin:$PATH"
PATH="/builds/worker/.local/bin:$PATH" \
TERM=hterm-256color

VOLUME /builds/worker/checkouts
VOLUME /builds/worker/.cache
Expand Down

0 comments on commit ed41ca2

Please sign in to comment.