esphome/docker/Dockerfile.lint

7 lines
151 B
Docker
Raw Normal View History

FROM python:2.7
2018-08-25 20:27:30 +00:00
COPY requirements.txt /requirements.txt
RUN pip install -r /requirements.txt && \
2019-01-06 18:38:23 +00:00
pip install flake8==3.6.0 pylint==1.9.4 pillow