From 0ac7ced200681a2d07979b7646e00dde06379267 Mon Sep 17 00:00:00 2001 From: Job79 Date: Fri, 27 Jun 2025 16:59:04 +0200 Subject: [PATCH] feat(container): add jq and dotnet --- Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.