mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 21:44:55 +01:00
6 lines
159 B
Text
6 lines
159 B
Text
FROM python:2.7
|
|
|
|
COPY requirements.txt /requirements.txt
|
|
|
|
RUN pip install -r /requirements.txt && \
|
|
pip install flake8==3.5.0 pylint==1.8.4 tzlocal pillow
|