kopia lustrzana https://github.com/meshtastic/firmware
Merge pull request #4568 from mrfyda/fix/devcontainer-docker
Fix devcontainer Dockerfile buildpull/4574/head
commit
f7f21ecefd
|
@ -12,6 +12,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
libulfius-dev \
|
libulfius-dev \
|
||||||
libyaml-cpp-dev \
|
libyaml-cpp-dev \
|
||||||
|
pipx \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
python3 \
|
python3 \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
@ -21,4 +22,4 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||||
zip \
|
zip \
|
||||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN pip3 install --no-cache-dir -U platformio==6.1.15
|
RUN pipx install platformio==6.1.15
|
Ładowanie…
Reference in New Issue