mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 12:43:28 +02:00
7 lines
159 B
Docker
7 lines
159 B
Docker
FROM python:2.7
|
|
|
|
COPY requirements.txt /requirements.txt
|
|
|
|
RUN pip install -r /requirements.txt && \
|
|
pip install flake8==3.5.0 pylint==1.8.4 tzlocal pillow
|