Mercurial > code > home > repos > homeauto
view service/xidle/Dockerfile.pi @ 462:7ec5945752b7
some old Measurement and Locator edits
Ignore-this: 188ecdf63f49b7a58f99a5961c6c23a6
author | drewp@bigasterisk.com |
---|---|
date | Sat, 20 Apr 2019 23:35:46 -0700 |
parents | cd95bd418d78 |
children | 3df357924f1d |
line wrap: on
line source
FROM bang6:5000/base_pi RUN apt-get install --yes libxss-dev COPY requirements.txt ./ RUN pip install -r requirements.txt ADD https://projects.bigasterisk.com/rdfdb/more.tgz ./ RUN tar xvzf more.tgz COPY *.py ./ EXPOSE 9107 CMD [ "python", "./xidle.py" ]