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