ci: skip weak dependencies in the CI image

This commit is contained in:
Ben Boeckel
2020-05-07 13:25:57 -04:00
parent bdce0fc317
commit 671ff5f1ac
+1 -1
View File
@@ -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