Skip to content

Commit

Permalink
move setproctitle to prebuilt wheel location
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Jan 27, 2021
1 parent b022bec commit c709851
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docker/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ RUN pip3 install \
peewee \
peewee_migrate \
zeroconf \
voluptuous
voluptuous \
setproctitle

COPY nginx/nginx.conf /etc/nginx/nginx.conf

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

FROM scratch

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

FROM scratch

Expand Down

0 comments on commit c709851

Please sign in to comment.