fix: add lazygit

This commit is contained in:
Job 2024-12-20 20:24:29 +01:00
parent 9fbc411dab
commit b745a06eec
Signed by: Job79
SSH Key Fingerprint: SHA256:BezbKv3jZaqu7SdNrZM0e42b8nlNwh63zaVj/pUxc7U

View File

@ -6,8 +6,10 @@
FROM quay.io/fedora/fedora:41
# === setup system ===
RUN dnf update -y && dnf -y install neovim unzip \
bash-completion zoxide fd-find chafa procps \
RUN dnf update -y && \
dnf copr enable -y atim/lazygit && \
dnf -y install neovim unzip \
bash-completion zoxide fd-find chafa lazygit procps \
git go npm
# === setup container user ===