1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-06 02:40:56 +01:00
esphome/docker/Dockerfile.lint

7 lines
159 B
Docker
Raw Normal View History

FROM python:2.7
2018-08-25 21:27:30 +01:00
COPY requirements.txt /requirements.txt
RUN pip install -r /requirements.txt && \
pip install flake8==3.5.0 pylint==1.8.4 tzlocal pillow