feat: add dumb-init package

This commit is contained in:
DDSDerek 2023-08-12 22:20:35 +08:00 committed by GitHub
parent 65d9bd67c9
commit c839351b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ RUN apt-get update \
wget \
curl \
busybox \
dumb-init \
&& \
if [ "$(uname -m)" = "x86_64" ]; \
then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \