fix: add missing image deps
diff --git a/Earthfile b/Earthfile
index 4ae563e..ce390e4 100644
--- a/Earthfile
+++ b/Earthfile
@@ -91,12 +91,13 @@
BUILD ./images/horizon+image
BUILD ./images/ironic+image
BUILD ./images/keystone+image
+ BUILD ./images/kubernetes-entrypoint+image
BUILD ./images/libvirtd+image
BUILD ./images/magnum+image
BUILD ./images/manila+image
BUILD ./images/neutron+image
- BUILD ./images/nova-ssh+image
BUILD ./images/nova+image
+ BUILD ./images/nova-ssh+image
BUILD ./images/octavia+image
BUILD ./images/openvswitch+image
BUILD ./images/ovn+images
diff --git a/images/openstack-service/Earthfile b/images/openstack-service/Earthfile
index 5f69b4e..dce33cb 100644
--- a/images/openstack-service/Earthfile
+++ b/images/openstack-service/Earthfile
@@ -69,7 +69,7 @@
COPY \
(+requirements/upper-constraints.txt --RELEASE=${RELEASE}) \
/upper-constraints.txt
- DO +PIP_INSTALL --PACKAGES "pymysql python-memcached cryptography uwsgi"
+ DO +PIP_INSTALL --PACKAGES "cryptography pymysql python-binary-memcached python-memcached uwsgi"
image:
ARG --required RELEASE