Merge pull request #4568 from mrfyda/fix/devcontainer-docker

Fix devcontainer Dockerfile build
This commit is contained in:
Thomas Göttgens 2024-08-28 13:14:40 +02:00 committed by GitHub
commit f7f21ecefd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
libssl-dev \
libulfius-dev \
libyaml-cpp-dev \
pipx \
pkg-config \
python3 \
python3-pip \
@ -21,4 +22,4 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
zip \
&& 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