mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
5 lines
102 B
Docker
5 lines
102 B
Docker
|
FROM python:2.7
|
||
|
|
||
|
RUN pip install -r requirements.txt && \
|
||
|
pip install flake8==3.5.0 pylint==1.8.4
|