Merge "Make swift-base container build with debian"

This commit is contained in:
Jenkins 2016-06-04 05:07:56 +00:00 committed by Gerrit Code Review
commit 31089795da

View File

@ -22,7 +22,7 @@ RUN yum -y install \
liberasurecode-devel \
&& yum clean all
{% elif base_distro in ['ubuntu'] %}
{% elif base_distro in ['ubuntu', 'debian'] %}
RUN apt-get -y install --no-install-recommends \
liberasurecode-dev \