diff --git a/horizon-heat/Dockerfile b/horizon-heat/Dockerfile index b6d1f72..269da04 100644 --- a/horizon-heat/Dockerfile +++ b/horizon-heat/Dockerfile @@ -1,3 +1,9 @@ FROM docker.io/openstackhelm/horizon:2024.1-ubuntu_jammy -RUN pip install heat-dashboard \ No newline at end of file +# Heat Dashboard: +RUN pip install heat-dashboard + +# Horizon VPNaaS: +RUN apt update && apt install git -y +RUN cd ~ && git clone https://opendev.org/openstack/neutron-vpnaas-dashboard +RUN cd ~/neutron-vpnaas-dashboard && pip install . \ No newline at end of file