diff --git a/Containerfile b/Containerfile index 9260279..f471ca3 100644 --- a/Containerfile +++ b/Containerfile @@ -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 ===