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

Merge "Regression: git is required to build from source on ubuntu"

parents 2ed78461 a242b51b
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN yum -y install \
git \
gcc \
libffi-devel \
libxml2-devel \
......@@ -16,11 +15,6 @@ RUN yum -y install \
RUN pip install -U pip wheel
{% elif base_distro in ['ubuntu', 'debian'] %}
RUN apt-get install -y --no-install-recommends git \
&& apt-get clean
{% endif %}
RUN pip --no-cache-dir install shade
......
......@@ -15,6 +15,7 @@ RUN apt-get install -y --no-install-recommends \
libffi-dev \
libyaml-dev \
pkg-config \
git \
&& apt-get clean
{% endif %}
......
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