Separate Godot install into its own layer
Build Runner Image / build (push) Successful in 3m58s

This commit is contained in:
2026-05-20 22:47:24 +02:00
parent e8f02dc87f
commit f551ac96ef
+3
View File
@@ -13,5 +13,8 @@ RUN dnf install -y \
which \ which \
gcc \ gcc \
make \ make \
&& dnf clean all
RUN dnf install -y \
godot \ godot \
&& dnf clean all && dnf clean all