esphome/docker/Dockerfile.lint

7 lines
151 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 && \
2019-01-06 09:48:03 +01:00
pip install flake8==3.6.0 pylint==1.9.4 pillow