Added distcc to list of packages included within build-image in the event that builders use remote compilation nodes
This commit is contained in:
parent
0fe6edc254
commit
d1de96649f
|
@ -10,7 +10,7 @@ RUN yum install -y yum-utils &&\
|
|||
yum -y install devtoolset-8 java-1.8.0-openjdk-devel \
|
||||
rh-python36-python-devel devtoolset-8-valgrind-devel \
|
||||
mono-core rh-ruby24 golang python27 rpm-build debbuild \
|
||||
python-pip npm dos2unix valgrind-devel ccache &&\
|
||||
python-pip npm dos2unix valgrind-devel ccache distcc &&\
|
||||
pip install boto3==1.1.1
|
||||
|
||||
USER root
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
common: &common
|
||||
image: foundationdb/foundationdb-build:0.1.5
|
||||
image: foundationdb/foundationdb-build:0.1.6
|
||||
|
||||
build-setup: &build-setup
|
||||
<<: *common
|
||||
|
|
Loading…
Reference in New Issue