I need to use the tail ... --pid=PID option in my docker container that is based on Alpine image in order to I can kill the running background tail process automatically.
Unfortunately the BusyBox tail that is available in the Alpine Docker image doesn't support this feature.
I am trying to find a material that describes the process how to replace it but no luck.
I don't want to use another base image because the image size is important.
Is it possible to switch to the GNU tail somehow?