Mercurial > code > home > repos > homeauto
view service/xidle/Dockerfile @ 1434:3ec2ca0b63ff
fix download url separator
Ignore-this: 2426fe3cc2f5fd30e5c9c87903fed4f4
darcs-hash:be42c3ea21d197f0ed222855aaad88253d477313
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 11 Aug 2019 03:25:50 -0700 |
parents | 03e132cd351b |
children | 3df357924f1d |
line wrap: on
line source
FROM bang6:5000/base_x86 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" ]