Make swift-base container build with debian

- add debian as base_system

Change-Id: I1d0f1e5de819e8325243fa0b971c1eb7b83fb5b5
Partially-implements: blueprint build-debian
This commit is contained in:
Benedikt Trefzer 2016-03-24 14:42:33 +01:00 committed by Swapnil Kulkarni (coolsvap)
parent f43a2ecf38
commit ccca2e5a98

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 \