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"]