File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,11 +147,11 @@ USER 0
147147
148148RUN dnf -y install dnf-plugins-core && \
149149 dnf -y install dnf-plugin-versionlock && \
150- dnf -y install mesa-vulkan-drivers vulkan-loader-devel vulkan-headers vulkan-tools vulkan-loader glslc && \
150+ dnf -y install mesa-vulkan-drivers vulkan-loader-devel vulkan-headers vulkan-tools vulkan-loader glslc --setopt=install_weak_deps=False && \
151151 dnf -y copr enable slp/mesa-krunkit fedora-40-aarch64 && \
152152 dnf -y downgrade mesa-vulkan-drivers.aarch64 --repo=copr:copr.fedorainfracloud.org:slp:mesa-krunkit && \
153153 dnf versionlock mesa-vulkan-drivers && \
154- dnf clean all
154+ dnf clean all && rm -rf /var/cache/dnf
155155```
156156
1571572 . Build the image:
You can’t perform that action at this time.
0 commit comments