Fix materialx-devel dependency for Blender
Build Runner Image / build (push) Successful in 4m32s

This commit is contained in:
2026-06-27 21:24:06 +02:00
parent c058aa8f77
commit ce2ac536bd
+2 -3
View File
@@ -17,10 +17,9 @@ RUN dnf install -y \
RUN dnf install -y \ RUN dnf install -y \
godot \ godot \
&& dnf clean all
RUN dnf install -y \
blender \ blender \
materialx-devel \
&& dnf downgrade -y materialx-devel \
&& dnf clean all && dnf clean all
RUN wget \ RUN wget \