refactor: change installed packages
Some checks failed
Build container / base-build (push) Failing after 4m33s

This commit is contained in:
Job
2025-10-19 20:37:42 +02:00
parent 6fa3dba208
commit eea31f47e7
3 changed files with 4 additions and 4 deletions

View File

@@ -3,9 +3,9 @@ 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 openssl \
dnf -y install procps ping bash-completion glibc-langpack-en \
host-spawn dbus-launch \
zoxide git npm neovim awk jq unzip fd-find chafa lazygit
zoxide git npm neovim awk jq unzip fd-find lazygit
# === setup user ===
RUN useradd -ms /bin/bash user && \