diff --git a/extensions/fs-cryptroot-support.sh b/extensions/fs-cryptroot-support.sh index 9f44f0949..d5159c0fd 100644 --- a/extensions/fs-cryptroot-support.sh +++ b/extensions/fs-cryptroot-support.sh @@ -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 }