blob: 903b8b71fd3275c7a72dd95ec1faa4d37b5f181e (
plain) (
blame)
1
2
3
4
5
6
7
|
FROM python:3.9.0-buster
RUN pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
RUN platformio update
# To get the test platforms
RUN pip install PyYaml
#ENV PATH /code/buildroot/bin/:/code/buildroot/tests/:${PATH}
|