From ffa30ee10964df332d7f8e8aa080df845c4ea6e0 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Thu, 4 Jul 2024 19:02:24 -0400 Subject: [PATCH] add fzf to base container image --- base_container/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_container/Containerfile b/base_container/Containerfile index 67c98b5..0bb56fe 100644 --- a/base_container/Containerfile +++ b/base_container/Containerfile @@ -19,7 +19,7 @@ LABEL com.github.containers.toolbox="true" \ # Install base development packages RUN dnf copr enable atim/starship -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 # Install atuin (magical shell history)