app container and config schema

This commit is contained in:
Blake Blackshear
2020-11-01 06:17:44 -06:00
parent cce82fe2a5
commit 180baeba50
8 changed files with 227 additions and 14 deletions

View File

@@ -33,7 +33,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
PyYAML \
matplotlib \
click \
tinydb
peewee \
voluptuous
FROM scratch

View File

@@ -43,7 +43,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
PyYAML \
matplotlib \
click \
tinydb
peewee \
voluptuous
FROM scratch