Make gnocchi-base build from source
gnocchi-base requires the gcc c++ compiler to build panda, whatever that is. Change-Id: Icb4519cf4881390f6958324eb14fb0009fca336e Paritally-Implements: blueprint gate-source-builds
This commit is contained in:
parent
971d83645d
commit
91026e78bf
@ -5,6 +5,7 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||
RUN yum install -y \
|
||||
epel-release \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
git \
|
||||
libffi-devel \
|
||||
libxml2-devel \
|
||||
|
@ -145,6 +145,7 @@ RUN yum update -y \
|
||||
&& yum install -y \
|
||||
epel-release \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
git \
|
||||
libffi-devel \
|
||||
libxml2-devel \
|
||||
@ -185,6 +186,7 @@ RUN apt-get update \
|
||||
|
||||
RUN apt-get install -y --no-install-recommends \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
git \
|
||||
ldap-utils \
|
||||
libffi-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user