move wheels to build container

This commit is contained in:
Blake Blackshear
2021-01-16 19:56:21 -06:00
parent ef25f8a31e
commit 8cfdfab985
3 changed files with 7 additions and 5 deletions
+1 -3
View File
@@ -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
+3 -1
View File
@@ -32,7 +32,9 @@ RUN pip3 wheel --wheel-dir=/wheels \
paho-mqtt \
PyYAML \
matplotlib \
click
click \
setproctitle \
peewee
FROM scratch
+3 -1
View File
@@ -42,7 +42,9 @@ RUN pip3 wheel --wheel-dir=/wheels \
paho-mqtt \
PyYAML \
matplotlib \
click
click \
setproctitle \
peewee
FROM scratch