Files
devcontainer/containers/fedora/Containerfile
Job79 9d015215f0
All checks were successful
Build containers / changes (push) Successful in 3s
Build containers / base-image (push) Successful in 59s
Build containers / dependent-images (go) (push) Successful in 53s
Build containers / dependent-images (infra) (push) Successful in 1m0s
test
2025-12-29 15:24:45 +01:00

11 lines
298 B
Docker

FROM quay.io/fedora/fedora:43
# === install system packages ===
RUN dnf update -y && \
dnf copr enable -y atim/lazygit && \
dnf -y install procps ping bash-completion glibc-langpack-en \
host-spawn dbus-launch \
zoxide git npm neovim awk jq unzip fd-find lazygit && \
dnf clean all