From 4a0455f0d505289142dabea96b396d3fd6a1287b Mon Sep 17 00:00:00 2001 From: Nathan Rignall Date: Thu, 4 Sep 2025 16:41:06 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6709be751..f8c6e0afa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,4 +33,6 @@ RUN /output/install-from-bindep # Trigger entrypoint loading to trigger stevedore entrypoint caching RUN openstack --help >/dev/null 2>&1 +RUN pip install git+https://github.com/openstack/python-heatclient.git@stable/2025.1 + CMD ["/usr/local/bin/openstack"]