Mercurial > code > home > repos > homeauto
comparison service/wifi/Dockerfile @ 1461:517cbb905d4c
remote suspend, wifi group arg
Ignore-this: 76cd196b934298df35125bd180ede9c6
darcs-hash:1893e27489c5537950d377dfde761497f906df6c
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 23 Nov 2019 12:02:32 -0800 |
parents | b287950fbcf4 |
children | 32d134dbfb1e |
comparison
equal
deleted
inserted
replaced
1459:6c6b14c39cd2 | 1461:517cbb905d4c |
---|---|
7 COPY requirements.txt ./ | 7 COPY requirements.txt ./ |
8 RUN pip3 install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -r requirements.txt | 8 RUN pip3 install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -r requirements.txt |
9 # not sure why this doesn't work from inside requirements.txt | 9 # not sure why this doesn't work from inside requirements.txt |
10 RUN pip3 install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -U 'https://github.com/drewp/cyclone/archive/python3.zip?v2' | 10 RUN pip3 install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -U 'https://github.com/drewp/cyclone/archive/python3.zip?v2' |
11 | 11 |
12 COPY *.py *.n3 *.html ./ | 12 COPY *.py *.n3 *.html *.js ./ |
13 | 13 |
14 EXPOSE 9070 | 14 EXPOSE 9070 |
15 | 15 |
16 CMD [ "python3", "wifi.py" ] | 16 CMD [ "python3", "wifi.py" ] |