cpulimit
A tool to throttle the CPU usage of other processes. More information: <http://cpulimit.sourceforge.net/>.
RUN apt-get update && \
apt-get install -y cpulimit
RUN apt-get update && \
apt-get install -y cpulimit
RUN apk add cpulimit
RUN pacman -S --noconfirm cpulimit
RUN apt-get update && \
apt-get install -y cpulimit
RUN dnf install -y cpulimit
RUN apt-get update && \
apt-get install -y cpulimit