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 ===