refactor: shrink container build
All checks were successful
Build containers / changes (push) Successful in 2s
Build containers / base-image (push) Successful in 1m7s
Build containers / dependent-images (go) (push) Successful in 30s
Build containers / dependent-images (php) (push) Successful in 35s
Build containers / dependent-images (infra) (push) Successful in 1m1s

This commit is contained in:
Job
2026-03-17 20:37:53 +01:00
parent 056ff220c5
commit b66d7ce66a
4 changed files with 7 additions and 5 deletions

View File

@@ -5,9 +5,10 @@ RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
dnf update -y && \
dnf copr enable -y gierth/tools-golang && \
dnf copr enable -y agriffis/neovim-nightly && \
dnf -y --setopt=keepcache=1 install bash-completion glibc-minimal-langpack \
dnf -y --setopt=keepcache=1 --setopt=install_weak_deps=False install \
bash-completion git fzf curl awk jq unzip which \
host-spawn dbus-launch \
git npm neovim awk jq unzip lazygit lazydocker lazysql
npm neovim wl-copy lazygit lazydocker lazysql
COPY config/bin /usr/local/bin