Compare commits
2 Commits
bind-dns-s
...
master
Author | SHA1 | Date | |
---|---|---|---|
ffa30ee109 | |||
371c91c45b |
@ -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)
|
||||
|
@ -16,5 +16,5 @@ LABEL com.github.containers.toolbox="true" \
|
||||
maintainer="Wyatt J. Miller <wyatt@wyattjmiller.com>"
|
||||
|
||||
# Install .NET and related tools
|
||||
RUN dnf install dotnet-sdk-7.0 dotnet-templates-7.0
|
||||
RUN dnf install dotnet-sdk-7.0 dotnet-templates-7.0 -y -q
|
||||
RUN dotnet tool install --global PowerShell
|
||||
|
@ -16,5 +16,5 @@ LABEL com.github.containers.toolbox="true" \
|
||||
maintainer="Wyatt J. Miller <wyatt@wyattjmiller.com>"
|
||||
|
||||
# Install .NET and related tools
|
||||
RUN dnf install dotnet-sdk-8.0 dotnet-templates-8.0
|
||||
RUN dnf install dotnet-sdk-8.0 dotnet-templates-8.0 -y -q
|
||||
RUN dotnet tool install --global PowerShell
|
||||
|
Loading…
Reference in New Issue
Block a user