@@ -31,11 +31,9 @@ RUN apt-get -qq update \
&& (apt-get autoremove -y; apt-get autoclean -y)
RUN pip3 install \
- peewee \
peewee_migrate \
zeroconf \
- voluptuous \
- setproctitle
+ voluptuous
COPY nginx/nginx.conf /etc/nginx/nginx.conf
@@ -32,7 +32,9 @@ RUN pip3 wheel --wheel-dir=/wheels \
paho-mqtt \
PyYAML \
matplotlib \
- click
+ click \
+ setproctitle \
+ peewee
FROM scratch
@@ -42,7 +42,9 @@ RUN pip3 wheel --wheel-dir=/wheels \