feat: add lazydocker
All checks were successful
Build containers / changes (push) Successful in 2s
Build containers / base-image (push) Successful in 48s
Build containers / dependent-images (go) (push) Successful in 36s
Build containers / dependent-images (php) (push) Successful in 34s
Build containers / dependent-images (infra) (push) Successful in 1m0s

This commit is contained in:
Job
2026-02-20 20:55:24 +01:00
parent 8f761565d0
commit 10f0f5993b
2 changed files with 5 additions and 1 deletions

View File

@@ -4,9 +4,10 @@ FROM quay.io/fedora/fedora:43
RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
dnf update -y && \
dnf copr enable -y atim/lazygit && \
dnf copr enable -y atim/lazydocker && \
dnf -y --setopt=keepcache=1 install procps ping bash-completion glibc-langpack-en \
host-spawn dbus-launch \
zoxide git npm neovim awk jq unzip fd-find lazygit
zoxide git npm neovim awk jq unzip fd-find lazygit lazydocker
# === setup user ===
RUN useradd -ms /bin/bash user && echo 'user ALL=NOPASSWD: ALL' > /etc/sudoers && mkdir -p /run/user/1000 && chown user:user /run/user/1000