Skip to content

Commit 69150d1

Browse files
committed
install dumb-init
1 parent 6cbb1e0 commit 69150d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ RUN \
5151
apt-get update
5252
apt-get satisfy -y --no-install-recommends \
5353
'uwsgi-core (>= 2.0.21)' \
54-
'inotify-tools (>= 3.22.6.0)'
54+
'inotify-tools (>= 3.22.6.0)' \
55+
'dumb-init (>= 1.2.5)'
5556
EOT
5657

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

0 commit comments

Comments
 (0)