From 31bb76360302de956e96bd4cea319432c7f5560a Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Fri, 16 Feb 2024 19:33:38 -0800 Subject: [PATCH] fix: Add missing i2c-tools package --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 0c67518e..7a086780 100644 --- a/Containerfile +++ b/Containerfile @@ -251,6 +251,7 @@ RUN rpm-ostree install \ tuned-profiles-atomic \ tuned-profiles-cpu-partitioning \ powertop \ + i2c-tools \ joystickwake \ hl2linux-selinux \ joycond \