1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 22:58:13 +00:00
esphome/docker/Dockerfile.lint
2018-06-13 11:03:22 +02:00

5 lines
102 B
Docker

FROM python:2.7
RUN pip install -r requirements.txt && \
pip install flake8==3.5.0 pylint==1.8.4