Ivan Kravets
3 years ago
committed by
Scott Lahteine
2 changed files with 5 additions and 4 deletions
@ -1,7 +1,7 @@ |
|||||
FROM python:3.9.0-buster |
FROM python:3.9.0-buster |
||||
|
|
||||
RUN pip install -U https://github.com/platformio/platformio-core/archive/v5.2.5.zip |
RUN pip install -U platformio |
||||
RUN platformio update |
RUN pio upgrade --dev |
||||
# To get the test platforms |
# To get the test platforms |
||||
RUN pip install PyYaml |
RUN pip install PyYaml |
||||
#ENV PATH /code/buildroot/bin/:/code/buildroot/tests/:${PATH} |
#ENV PATH /code/buildroot/bin/:/code/buildroot/tests/:${PATH} |
||||
|
Loading…
Reference in new issue