From 8c13f219b5f5bf7ef32e963bca5fe3f188b4583d Mon Sep 17 00:00:00 2001 From: Job79 Date: Sat, 28 Sep 2024 19:30:29 +0200 Subject: [PATCH] fix: attempt to fix ci errors --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index d39fda3..47c094a 100644 --- a/Containerfile +++ b/Containerfile @@ -1,7 +1,7 @@ FROM docker.io/fedora:41 # === setup system === -RUN dnf -y install neovim unzip \ +RUN dnf clean all && dnf -y install neovim unzip \ bash-completion zoxide fd-find procps \ git go npm