From 8c1dd3d89022592bbff5b5007b98437d2252c695 Mon Sep 17 00:00:00 2001 From: ver4a Date: Thu, 21 Nov 2024 11:14:15 +0100 Subject: [PATCH] (ver4a) Install ansible-lint --- Dockerfile.kde-nvidia-ver4a | 2 +- Dockerfile.kde-ver4a | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.kde-nvidia-ver4a b/Dockerfile.kde-nvidia-ver4a index 6afdae1..09765f0 100644 --- a/Dockerfile.kde-nvidia-ver4a +++ b/Dockerfile.kde-nvidia-ver4a @@ -10,7 +10,7 @@ RUN dnf5 -y install butane coreos-installer RUN dnf5 -y install uv # Install general purpose development tools -RUN dnf5 -y install codium neovim ansible +RUN dnf5 -y install codium neovim ansible python3-ansible-lint # Remove KDE Connect RUN rpm -e kde-connect kde-connect-libs kdeconnectd diff --git a/Dockerfile.kde-ver4a b/Dockerfile.kde-ver4a index e241a30..b424743 100644 --- a/Dockerfile.kde-ver4a +++ b/Dockerfile.kde-ver4a @@ -10,7 +10,7 @@ RUN dnf5 -y install butane coreos-installer RUN dnf5 -y install uv # Install general purpose development tools -RUN dnf5 -y install codium neovim ansible +RUN dnf5 -y install codium neovim ansible python3-ansible-lint # Remove KDE Connect RUN rpm -e kde-connect kde-connect-libs kdeconnectd