chore: install ssh client in octavia image (#885)
Co-authored-by: okozachenko1203 <okozachenko1203@users.noreply.github.com>
diff --git a/images/octavia/Earthfile b/images/octavia/Earthfile
index e23ade7..16e5799 100644
--- a/images/octavia/Earthfile
+++ b/images/octavia/Earthfile
@@ -11,7 +11,7 @@
--PIP_PACKAGES "ovn-octavia-provider"
DO \
../+APT_INSTALL \
- --PACKAGES "isc-dhcp-client"
+ --PACKAGES "isc-dhcp-client openssh-client"
DO ../+APPLY_PATCHES
SAVE IMAGE --push \
ghcr.io/vexxhost/atmosphere/${PROJECT}:${RELEASE} \