Skip to content

Commit

Permalink
Merge pull request #12 from metacpan/haarg/install-dumb-init
Browse files Browse the repository at this point in the history
install dumb-init
  • Loading branch information
haarg authored May 6, 2024
2 parents 2006abf + 69150d1 commit 6b732f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ RUN \
apt-get update
apt-get satisfy -y --no-install-recommends \
'uwsgi-core (>= 2.0.21)' \
'inotify-tools (>= 3.22.6.0)'
'inotify-tools (>= 3.22.6.0)' \
'dumb-init (>= 1.2.5)'
EOT

COPY --from=build-uwsgi /psgi_plugin.so /usr/lib/uwsgi/plugins/psgi_plugin.so
Expand Down

0 comments on commit 6b732f9

Please sign in to comment.