packaging: add lm-sensors to the OCI runtime images

Optional CPU-temperature source for thermal control. Not essential — the
thermal monitor reads CPU temp from psutil and the kernel's /sys/class/thermal
zones first (both work in-container); `sensors` is only a last-resort text
parse for hosts whose sysfs doesn't expose a CPU zone. Added to both the
from-venv and from-scratch runtime stages for completeness.
Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
parent 0b7262ae
...@@ -133,6 +133,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ...@@ -133,6 +133,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libglib2.0-0 \ libglib2.0-0 \
libsndfile1 \ libsndfile1 \
libvulkan1 \ libvulkan1 \
lm-sensors \
mesa-vulkan-drivers \ mesa-vulkan-drivers \
pciutils \ pciutils \
openssl \ openssl \
......
...@@ -115,6 +115,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ...@@ -115,6 +115,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libglib2.0-0 \ libglib2.0-0 \
libsndfile1 \ libsndfile1 \
libvulkan1 \ libvulkan1 \
lm-sensors \
mesa-vulkan-drivers \ mesa-vulkan-drivers \
vulkan-tools \ vulkan-tools \
pciutils \ pciutils \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment