mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-19 04:33:27 +02:00
9bb06782b2
* Add Gitlab CI * Fix aarch64 edge build
5 lines
102 B
Docker
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
|