app container and config schema

This commit is contained in:
Blake Blackshear
2021-01-26 21:40:33 -06:00
parent cce82fe2a5
commit 180baeba50
8 changed files with 227 additions and 14 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
PyYAML \
matplotlib \
click \
tinydb
peewee \
voluptuous
FROM scratch
+2 -1
View File
@@ -43,7 +43,8 @@ RUN pip3 wheel --wheel-dir=/wheels \
PyYAML \
matplotlib \
click \
tinydb
peewee \
voluptuous
FROM scratch