diff --git a/Containerfile b/Containerfile index 35b3b20..21645b8 100644 --- a/Containerfile +++ b/Containerfile @@ -8,9 +8,9 @@ FROM quay.io/fedora/fedora:42 # === setup system === RUN dnf update -y && \ dnf copr enable -y atim/lazygit && \ - dnf -y install neovim unzip awk \ + dnf -y install neovim unzip awk jq \ bash-completion zoxide fd-find chafa lazygit procps \ - git go npm + git go npm dotnet-sdk-9.0 # === setup container user === # Setup passwordless sudo.