Skip to content
Snippets Groups Projects
Commit c518baaf authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add ubuntu binary container for zaqar"

parents ba30579b 3c3b0b89
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,13 @@ RUN yum -y install \
openstack-zaqar \
&& yum clean all
{% elif base_distro in ['ubuntu'] %}
RUN apt-get -y install --no-install-recommends \
zaqar-common \
zaqar-server \
&& apt-get clean
{% endif %}
{% elif install_type == 'source' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment