2020-11-18 02:04:28 +00:00
|
|
|
FROM python:3.9.0-buster
|
|
|
|
|
2022-03-29 08:24:15 +00:00
|
|
|
RUN pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip
|
2020-11-18 02:04:28 +00:00
|
|
|
RUN platformio update
|
|
|
|
# To get the test platforms
|
|
|
|
RUN pip install PyYaml
|
|
|
|
#ENV PATH /code/buildroot/bin/:/code/buildroot/tests/:${PATH}
|