2020-11-18 02:04:28 +00:00
|
|
|
FROM python:3.9.0-buster
|
|
|
|
|
2022-05-17 21:47:11 +00:00
|
|
|
RUN pip install -U platformio
|
|
|
|
RUN pio upgrade --dev
|
2020-11-18 02:04:28 +00:00
|
|
|
# To get the test platforms
|
|
|
|
RUN pip install PyYaml
|
|
|
|
#ENV PATH /code/buildroot/bin/:/code/buildroot/tests/:${PATH}
|