Skip to content
Snippets Groups Projects
Commit 671ff5f1 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

ci: skip weak dependencies in the CI image

parent bdce0fc3
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ dnf install -y \
openssl-devel
# Install development tools.
dnf install -y \
dnf install --setopt=install_weak_deps=False -y \
clang-tools-extra \
gcc-c++ \
git-core
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment