Updated the build docker to include a specific version of the compiler
This commit is contained in:
parent
79336cff32
commit
74d1403cd9
|
@ -1,13 +1,13 @@
|
|||
FROM centos:6
|
||||
LABEL version=0.1.7
|
||||
ENV DOCKER_IMAGEVER=0.1.7
|
||||
LABEL version=0.1.8
|
||||
ENV DOCKER_IMAGEVER=0.1.8
|
||||
|
||||
# Install dependencies for developer tools, bindings,\
|
||||
# documentation, actorcompiler, and packaging tools\
|
||||
RUN yum install -y yum-utils &&\
|
||||
yum-config-manager --enable rhel-server-rhscl-7-rpms &&\
|
||||
yum -y install centos-release-scl epel-release &&\
|
||||
yum -y install devtoolset-8 java-1.8.0-openjdk-devel \
|
||||
yum -y install devtoolset-8=devtoolset-8-8.1-1 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 distcc &&\
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3"
|
|||
|
||||
services:
|
||||
common: &common
|
||||
image: foundationdb/foundationdb-build:0.1.7
|
||||
image: foundationdb/foundationdb-build:0.1.8
|
||||
|
||||
build-setup: &build-setup
|
||||
<<: *common
|
||||
|
|
Loading…
Reference in New Issue