move setproctitle to prebuilt wheel location

This commit is contained in:
Blake Blackshear
2021-01-15 07:54:10 -06:00
parent 4bbffa97df
commit 41cea6f62e
3 changed files with 4 additions and 5 deletions

View File

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