We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d5366 commit 04d5e9fCopy full SHA for 04d5e9f
.github/workflows/install-dependencies
@@ -33,7 +33,7 @@ debian:*|ubuntu:*)
33
printf 'max_parallel_downloads=10\nfastestmirror=1\n' >> /etc/dnf/dnf.conf
34
dnf -y clean all
35
dnf -y --setopt=deltarpm=0 update
36
- dnf -y install dnf-utils jq socat cryptsetup keyutils
+ dnf -y install dnf-utils jq socat cryptsetup keyutils cracklib-dicts
37
dnf -y builddep clevis
38
;;
39
0 commit comments