We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e16c8 commit ec816dfCopy full SHA for ec816df
tools/docker/Dockerfile
@@ -30,10 +30,9 @@ RUN : \
30
python3-pyparsing \
31
python3-serial \
32
python3-setuptools \
33
- python3-textual \
34
python3-venv \
35
wget \
36
- && pip install --upgrade pip \
+ && pip3 install --upgrade pip textual-dev \
37
&& apt-get autoremove -y \
38
&& rm -rf /var/lib/apt/lists/* \
39
&& :
tools/docker/run.sh
@@ -30,6 +30,7 @@ if [ -n "$ARDUINO_DIR" ]; then
TRIMMED_ARGS+=(-c /arduino-esp32)
fi
+DOCKER_ARGS+=(-e TERM=xterm-256color)
DOCKER_ARGS+=(-e HOST_UID=$UID)
if [ -n "$LIBBUILDER_GIT_SAFE_DIR" ]; then
0 commit comments