cpufreq-set
A tool to modify CPU frequency settings. The frequency value should range between the output of command cpufreq-info -l. More information: <https://manned.org/cpufreq-set>.
RUN apt-get update && \
apt-get install -y cpufrequtils
RUN apt-get update && \
apt-get install -y cpufrequtils
RUN apk add cpufrequtils
RUN apt-get update && \
apt-get install -y cpufrequtils
RUN yum install -y cpufrequtils
RUN apt-get update && \
apt-get install -y cpufrequtils