comparison service/tinyScreen/Dockerfile @ 393:5fc79536885a

fix screen timing corruption, hopefully. add py client Ignore-this: 53f42a30bbc5d9047658fef6ff79637c
author drewp@bigasterisk.com
date Sat, 19 Jan 2019 12:12:06 -0800
parents c146fa2bc7d4
children
comparison
equal deleted inserted replaced
392:79d041273e26 393:5fc79536885a
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 pip install pygame
7 8
8 COPY font ./font 9 COPY font ./font
9 COPY anim ./anim 10 COPY anim ./anim
10 COPY *.py *.html ./ 11 COPY *.py *.html ./
11 12