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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user