move setproctitle to prebuilt wheel location

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

View File

@ -34,7 +34,8 @@ RUN pip3 install \
peewee \ peewee \
peewee_migrate \ peewee_migrate \
zeroconf \ zeroconf \
voluptuous voluptuous \
setproctitle
COPY nginx/nginx.conf /etc/nginx/nginx.conf COPY nginx/nginx.conf /etc/nginx/nginx.conf

View File

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

View File

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