From 9fbc411dabeec77eaf0624a5714794d54bf1d2e5 Mon Sep 17 00:00:00 2001 From: Job79 Date: Thu, 19 Dec 2024 20:02:46 +0100 Subject: [PATCH] feat(Containerfile): add chafa for image previews --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index a2329f9..9260279 100644 --- a/Containerfile +++ b/Containerfile @@ -7,7 +7,7 @@ FROM quay.io/fedora/fedora:41 # === setup system === RUN dnf update -y && dnf -y install neovim unzip \ - bash-completion zoxide fd-find procps \ + bash-completion zoxide fd-find chafa procps \ git go npm # === setup container user ===