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