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:
committed by
Swapnil Kulkarni (coolsvap)
parent
f43a2ecf38
commit
ccca2e5a98
@@ -22,7 +22,7 @@ RUN yum -y install \
|
|||||||
liberasurecode-devel \
|
liberasurecode-devel \
|
||||||
&& yum clean all
|
&& yum clean all
|
||||||
|
|
||||||
{% elif base_distro in ['ubuntu'] %}
|
{% elif base_distro in ['ubuntu', 'debian'] %}
|
||||||
|
|
||||||
RUN apt-get -y install --no-install-recommends \
|
RUN apt-get -y install --no-install-recommends \
|
||||||
liberasurecode-dev \
|
liberasurecode-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user