updated base container

This commit is contained in:
Wyatt J. Miller 2023-06-26 20:56:44 -05:00
parent 3f72fc3515
commit af8394bb38

View File

@ -16,7 +16,7 @@ LABEL com.github.containers.toolbox="true" \
maintainer="Wyatt J. Miller <wyatt@wyattjmiller.com>" maintainer="Wyatt J. Miller <wyatt@wyattjmiller.com>"
# Install base development packages # Install base development packages
RUN dnf install tmux git fish zsh bat exa -y -q RUN dnf install neovim tmux git fish zsh bat exa -y -q
RUN dnf groupinstall "C Development Tools and Libraries" -y -q RUN dnf groupinstall "C Development Tools and Libraries" -y -q
RUN dnf groupinstall "System Tools" -y -q RUN dnf groupinstall "System Tools" -y -q
RUN dnf clean all RUN dnf clean all