1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00
This commit is contained in:
Otto Winter
2018-08-25 22:27:30 +02:00
parent 9ea9b4b102
commit 1576e1847e
5 changed files with 12 additions and 20 deletions

View File

@@ -27,6 +27,6 @@ RUN apt-get update && apt-get install -y \
binfmt-support \
&& rm -rf /var/lib/apt/lists/*
COPY hassio-builder.sh /usr/bin/
COPY docker/hassio-builder.sh /usr/bin/
WORKDIR /data

View File

@@ -1,4 +1,6 @@
FROM python:2.7
RUN pip install -r requirements.txt && \
pip install flake8==3.5.0 pylint==1.8.4
COPY requirements.txt /requirements.txt
RUN pip install -r /requirements.txt && \
pip install flake8==3.5.0 pylint==1.8.4 tzlocal pillow