Mercurial > code > home > repos > homeauto
comparison service/arduinoNode/Dockerfile @ 456:12f9f1838fb5
arduinoNode: build updates, stats support, etc
Ignore-this: 39386eb7644e3cf522e0f72a874eadba
author | drewp@bigasterisk.com |
---|---|
date | Sat, 20 Apr 2019 23:28:29 -0700 |
parents | 8f5a16a55f64 |
children | 5c750342604d |
comparison
equal
deleted
inserted
replaced
455:7e09c0d0a86e | 456:12f9f1838fb5 |
---|---|
2 | 2 |
3 WORKDIR /opt | 3 WORKDIR /opt |
4 | 4 |
5 COPY requirements.txt ./ | 5 COPY requirements.txt ./ |
6 RUN pip install -r requirements.txt | 6 RUN pip install -r requirements.txt |
7 RUN apt-get install -y arduino-mk indent | |
7 | 8 |
8 COPY arduino-libraries/ ./arduino-libraries/ | 9 COPY arduino-libraries/ ./arduino-libraries/ |
9 COPY *.py ./ | 10 COPY *.py ./ |
10 COPY static/ ./static/ | 11 COPY static/ ./static/ |
12 COPY config/ ./config/ | |
11 | 13 |
12 ADD https://projects.bigasterisk.com/rdfdb/more.tgz ./ | 14 ADD https://projects.bigasterisk.com/rdfdb/more.tgz ./ |
13 RUN tar xvzf more.tgz | 15 RUN tar xvzf more.tgz |
14 | 16 |
15 EXPOSE 9059 | 17 EXPOSE 9059 |