Skip to content

Commit

Permalink
move wheels to build container
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Jan 27, 2021
1 parent d39111a commit c082fc5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion docker/Dockerfile.wheels
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ RUN pip3 wheel --wheel-dir=/wheels \
paho-mqtt \
PyYAML \
matplotlib \
click
click \
setproctitle \
peewee

FROM scratch

Expand Down
4 changes: 3 additions & 1 deletion docker/Dockerfile.wheels.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ RUN pip3 wheel --wheel-dir=/wheels \
paho-mqtt \
PyYAML \
matplotlib \
click
click \
setproctitle \
peewee

FROM scratch

Expand Down

0 comments on commit c082fc5

Please sign in to comment.