diff service/tinyScreen/Dockerfile @ 1198:971462233d15

fix screen timing corruption, hopefully. add py client Ignore-this: 53f42a30bbc5d9047658fef6ff79637c darcs-hash:91af2c8b3b8fce208c5a0eb460de095754a80424
author drewp <drewp@bigasterisk.com>
date Sat, 19 Jan 2019 12:12:06 -0800
parents 08a6eb5edf3d
children
line wrap: on
line diff
--- a/service/tinyScreen/Dockerfile	Sat Jan 19 12:08:59 2019 -0800
+++ b/service/tinyScreen/Dockerfile	Sat Jan 19 12:12:06 2019 -0800
@@ -4,6 +4,7 @@
 
 COPY requirements.txt ./
 RUN pip install -r requirements.txt
+RUN pip install pygame
 
 COPY font ./font
 COPY anim ./anim