feat(container): add jq and dotnet
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user