fix: add lazygit
This commit is contained in:
parent
9fbc411dab
commit
b745a06eec
@ -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 ===
|
||||
|
Loading…
Reference in New Issue
Block a user