add sensors and smartctl to system-toolbox

This commit is contained in:
Maciej Lebiest 2023-11-07 22:08:23 +01:00
parent c310498465
commit f869d04a46
2 changed files with 6 additions and 1 deletions

View file

@ -3,7 +3,9 @@ FROM registry.fedoraproject.org/fedora:38
ENV PKGS_GENERAL="htop \
btop \
sysstat \
util-linux"
util-linux \
lm_sensors \
smartmontools"
ENV PKGS_PROCESSES="procps-ng \
strace"