refactor: shrink container build
Some checks failed
Build containers / changes (push) Successful in 3s
Build containers / base-image (push) Successful in 1m14s
Build containers / dependent-images (go) (push) Successful in 40s
Build containers / dependent-images (infra) (push) Failing after 41s
Build containers / dependent-images (php) (push) Successful in 46s
Some checks failed
Build containers / changes (push) Successful in 3s
Build containers / base-image (push) Successful in 1m14s
Build containers / dependent-images (go) (push) Successful in 40s
Build containers / dependent-images (infra) (push) Failing after 41s
Build containers / dependent-images (php) (push) Successful in 46s
This commit is contained in:
@@ -5,7 +5,7 @@ RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
|
|||||||
dnf update -y && \
|
dnf update -y && \
|
||||||
dnf copr enable -y gierth/tools-golang && \
|
dnf copr enable -y gierth/tools-golang && \
|
||||||
dnf copr enable -y agriffis/neovim-nightly && \
|
dnf copr enable -y agriffis/neovim-nightly && \
|
||||||
dnf -y --setopt=keepcache=1 install bash-completion glibc-minimal-langpack \
|
dnf -y --setopt=keepcache=1 --nodocs --setopt=install_weak_deps=False install bash-completion glibc-minimal-langpack \
|
||||||
host-spawn dbus-launch \
|
host-spawn dbus-launch \
|
||||||
git npm neovim awk jq unzip lazygit lazydocker lazysql
|
git npm neovim awk jq unzip lazygit lazydocker lazysql
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user