Mercurial > code > home > repos > homeauto
view service/xidle/Dockerfile.pi @ 1416:201090b9c725
just reindent, i think
Ignore-this: 519383817f24612419191d79e14bfb5c
darcs-hash:9573fbb16b44da29f3d4f3b1c429595a13e51532
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sat, 03 Aug 2019 17:02:16 -0700 |
parents | 03e132cd351b |
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" ]