feat(container): add jq and dotnet

This commit is contained in:
Job
2025-06-27 16:59:04 +02:00
parent 27e0ab59f7
commit 0ac7ced200

View File

@@ -8,9 +8,9 @@ FROM quay.io/fedora/fedora:42
# === setup system === # === setup system ===
RUN dnf update -y && \ RUN dnf update -y && \
dnf copr enable -y atim/lazygit && \ 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 \ bash-completion zoxide fd-find chafa lazygit procps \
git go npm git go npm dotnet-sdk-9.0
# === setup container user === # === setup container user ===
# Setup passwordless sudo. # Setup passwordless sudo.