esphome/docker/Dockerfile.lint

7 lines
159 B
Docker
Raw Normal View History

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