From b745a06eec5d02f5ce251d4abd5847f53ec36ba2 Mon Sep 17 00:00:00 2001 From: Job79 Date: Fri, 20 Dec 2024 20:24:29 +0100 Subject: [PATCH] fix: add lazygit --- Containerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ===