Move copy up to start of build (#9)
All checks were successful
Build container image / Build and push image (push) Successful in 30m24s

Reviewed-on: #9
Co-authored-by: Eriq Taing <eriq12@protonmail.com>
Co-committed-by: Eriq Taing <eriq12@protonmail.com>
This commit was merged in pull request #9.
This commit is contained in:
2025-10-25 18:55:52 -04:00
committed by eriq12
parent fe8dd874d9
commit f702b5fa2d

View File

@@ -2,6 +2,9 @@
set -ouex pipefail
# copy
/ctx/copyfiles.sh
# dnf
/ctx/dnf/rpmfusion.sh
/ctx/dnf/greeter.sh
@@ -9,6 +12,3 @@ set -ouex pipefail
/ctx/dnf/environment.sh
/ctx/dnf/applications.sh
/ctx/dnf/themes.sh
# copy
/ctx/copyfiles.sh