fix: add lazygit
This commit is contained in:
parent
9fbc411dab
commit
b745a06eec
@ -6,8 +6,10 @@
|
|||||||
FROM quay.io/fedora/fedora:41
|
FROM quay.io/fedora/fedora:41
|
||||||
|
|
||||||
# === setup system ===
|
# === setup system ===
|
||||||
RUN dnf update -y && dnf -y install neovim unzip \
|
RUN dnf update -y && \
|
||||||
bash-completion zoxide fd-find chafa procps \
|
dnf copr enable -y atim/lazygit && \
|
||||||
|
dnf -y install neovim unzip \
|
||||||
|
bash-completion zoxide fd-find chafa lazygit procps \
|
||||||
git go npm
|
git go npm
|
||||||
|
|
||||||
# === setup container user ===
|
# === setup container user ===
|
||||||
|
Loading…
Reference in New Issue
Block a user