feat: add dumb-init package
This commit is contained in:
parent
65d9bd67c9
commit
c839351b6a
@ -46,6 +46,7 @@ RUN apt-get update \
|
|||||||
wget \
|
wget \
|
||||||
curl \
|
curl \
|
||||||
busybox \
|
busybox \
|
||||||
|
dumb-init \
|
||||||
&& \
|
&& \
|
||||||
if [ "$(uname -m)" = "x86_64" ]; \
|
if [ "$(uname -m)" = "x86_64" ]; \
|
||||||
then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \
|
then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user