feat(Containerfile): add chafa for image previews
All checks were successful
Container build / container-build (push) Successful in 3m48s

This commit is contained in:
Job 2024-12-19 20:02:46 +01:00
parent ece5e86a16
commit 9fbc411dab
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

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