refactor: shrink container build
All checks were successful
Build containers / changes (push) Successful in 2s
Build containers / base-image (push) Successful in 44s
Build containers / dependent-images (go) (push) Successful in 17s
Build containers / dependent-images (php) (push) Successful in 23s
Build containers / dependent-images (infra) (push) Successful in 50s

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

View File

@@ -3,6 +3,6 @@ FROM job79/base:${TAG}
USER root
RUN --mount=type=cache,id=dnf-cache,target=/var/cache/libdnf5 \
dnf -y --setopt=keepcache=1 install go
dnf -y --setopt=keepcache=1 --setopt=install_weak_deps=False install go
USER user