add fzf to base container image
Some checks failed
Docker Build and Publish / Build and Publish Docker Image (push) Failing after 6m28s
Some checks failed
Docker Build and Publish / Build and Publish Docker Image (push) Failing after 6m28s
This commit is contained in:
parent
371c91c45b
commit
ffa30ee109
@ -19,7 +19,7 @@ LABEL com.github.containers.toolbox="true" \
|
|||||||
# Install base development packages
|
# Install base development packages
|
||||||
RUN dnf copr enable atim/starship -y -q
|
RUN dnf copr enable atim/starship -y -q
|
||||||
RUN dnf copr enable varlad/zellij -y -q
|
RUN dnf copr enable varlad/zellij -y -q
|
||||||
RUN dnf install neovim tmux git fish zsh bat exa starship zellij wget unzip ansible htop iftop -y -q
|
RUN dnf install neovim tmux git fish zsh bat exa starship zellij wget unzip ansible htop iftop fzf -y -q
|
||||||
RUN dnf groupinstall "C Development Tools and Libraries" -y -q
|
RUN dnf groupinstall "C Development Tools and Libraries" -y -q
|
||||||
|
|
||||||
# Install atuin (magical shell history)
|
# Install atuin (magical shell history)
|
||||||
|
Loading…
Reference in New Issue
Block a user