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

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