renice
Alter the scheduling priority/niceness of one or more running processes. Niceness values range from -20 (most favorable to the process) to 19 (least favorable to the process). See also: nice. More information: <https://manned.org/renice>.
RUN apt-get update && \
apt-get install -y bsdutils
RUN apt-get update && \
apt-get install -y bsdutils
RUN apk add util-linux
RUN pacman -S --noconfirm util-linux
RUN apt-get update && \
apt-get install -y bsdutils
RUN yum install -y util-linux
RUN dnf install -y util-linux
RUN apt-get update && \
apt-get install -y bsdutils