Skip to content

Commit ec816df

Browse files
committed
Fix
1 parent f9e16c8 commit ec816df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: tools/docker/Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ RUN : \
3030
python3-pyparsing \
3131
python3-serial \
3232
python3-setuptools \
33-
python3-textual \
3433
python3-venv \
3534
wget \
36-
&& pip install --upgrade pip \
35+
&& pip3 install --upgrade pip textual-dev \
3736
&& apt-get autoremove -y \
3837
&& rm -rf /var/lib/apt/lists/* \
3938
&& :

Diff for: tools/docker/run.sh

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ if [ -n "$ARDUINO_DIR" ]; then
3030
TRIMMED_ARGS+=(-c /arduino-esp32)
3131
fi
3232

33+
DOCKER_ARGS+=(-e TERM=xterm-256color)
3334
DOCKER_ARGS+=(-e HOST_UID=$UID)
3435

3536
if [ -n "$LIBBUILDER_GIT_SAFE_DIR" ]; then

0 commit comments

Comments
 (0)