From 7e72d713f4a60222a8b6f34f212e60889d8196fe Mon Sep 17 00:00:00 2001 From: Job79 Date: Tue, 17 Mar 2026 20:37:53 +0100 Subject: [PATCH] refactor: shrink container build --- containers/base/Containerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/containers/base/Containerfile b/containers/base/Containerfile index da6a028..b41f8ca 100644 --- a/containers/base/Containerfile +++ b/containers/base/Containerfile @@ -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 \ host-spawn dbus-launch \ - git npm neovim awk jq unzip lazygit lazydocker lazysql + npm neovim lazygit lazydocker lazysql COPY config/bin /usr/local/bin