@@ -34,7 +34,8 @@ RUN pip3 install \
peewee \
peewee_migrate \
zeroconf \
- voluptuous
+ voluptuous \
+ setproctitle
COPY nginx/nginx.conf /etc/nginx/nginx.conf
@@ -32,8 +32,7 @@ RUN pip3 wheel --wheel-dir=/wheels \
paho-mqtt \
PyYAML \
matplotlib \
- click \
- setproctitle
+ click
FROM scratch
@@ -42,8 +42,7 @@ RUN pip3 wheel --wheel-dir=/wheels \