diff --git a/alpine/Dockerfile b/alpine/Dockerfile index 41de78608..1a5d38338 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -68,7 +68,7 @@ RUN \ rc-update add mdnstool default && \ rc-update add automount boot && \ rc-update add diagnostics default && \ - rc-update add qemu-user-static sysinit && \ + rc-update add binfmt_misc sysinit && \ ln -s /bin/busybox /init CMD ["/bin/sh"]