Add openssh-client as a dependency when building with CRYPTROOT
This commit is contained in:
parent
2335ef091b
commit
5b65b6b29f
@ -4,5 +4,5 @@
|
||||
|
||||
function add_host_dependencies__add_cryptroot_tooling() {
|
||||
display_alert "Adding cryptroot to host dependencies" "cryptsetup LUKS" "debug"
|
||||
EXTRA_BUILD_DEPS="${EXTRA_BUILD_DEPS} cryptsetup" # @TODO: convert to array later
|
||||
EXTRA_BUILD_DEPS="${EXTRA_BUILD_DEPS} cryptsetup openssh-client" # @TODO: convert to array later
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user