New comment by endigma on void-packages repository https://github.com/void-linux/void-packages/issues/30341#issuecomment-822948252 Comment: I don't have this issue, could you send more details about your error case? docker-init isn't a command provided by docker-cli. If you need this binary, I suggest implementing it as a separate package. We don't pull in tini-static or tini at all because this isn't really necessary for most people. Alternatively, if you believe this is functionality that should be provided by default, PR in the fix, should just be a symlink and a depend. I believe the best approach here would be to provide a separate package that does this, as I don't need tini-static nor do many other docker users. If you do decide that making it included is the best approach, ensure the tini binary is statically linked, as this binary is run INSIDE the docker container.