/
githubmirror
/
Marlin
Обзор
Документация
Войти
/
githubmirror
/
Marlin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.0.8.6
docker/Dockerfile
7 строк
246 B
Costas Basdekis
Local testing via Makefile & Docker (#19981)
18 ноя 2020, 05:04
Не верифицирован
18 ноя 2020, 05:04
1cceae8
Код
Авторство
О чём код?
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}