move wheels to build container

This commit is contained in:
Blake Blackshear
2021-01-16 19:56:21 -06:00
parent d39111a294
commit c082fc5cb2
3 changed files with 7 additions and 5 deletions

View File

@@ -32,7 +32,9 @@ RUN pip3 wheel --wheel-dir=/wheels \
paho-mqtt \
PyYAML \
matplotlib \
click
click \
setproctitle \
peewee
FROM scratch