File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ LABEL name="CentOS 7 (arm64v8) RocksJava Build Environment" \
66 vendor="Evolved Binary Ltd"
77
88RUN yum --setopt=tsflags=nodocs -y update \
9- && yum --setopt=tsflags=nodocs -y install epel-release \
9+ && yum --setopt=tsflags=nodocs -y install centos-release-scl epel-release \
1010 && yum --setopt=tsflags=nodocs -y upgrade \
11- && yum --setopt=tsflags=nodocs -y install cmake3 \
12- && yum --setopt=tsflags=nodocs -y install gcc-c++ make perl which \
11+ && yum --setopt=tsflags=nodocs -y install devtoolset-7 cmake3 \
12+ && yum --setopt=tsflags=nodocs -y install make perl which \
1313 && yum --setopt=tsflags=nodocs -y install jemalloc-devel zlib-devel bzip2-devel lz4-devel snappy-devel libzstd-devel gflags-devel \
1414 && yum --setopt=tsflags=nodocs -y install openssl java-1.7.0-openjdk-devel wget \
1515 && yum -y clean all \
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ LABEL name="CentOS 7 (ppc64le) RocksJava Build Environment" \
66 vendor="Evolved Binary Ltd"
77
88RUN yum --setopt=tsflags=nodocs -y update \
9- && yum --setopt=tsflags=nodocs -y install epel-release \
9+ && yum --setopt=tsflags=nodocs -y install centos-release-scl epel-release \
1010 && yum --setopt=tsflags=nodocs -y upgrade \
11- && yum --setopt=tsflags=nodocs -y install cmake3 \
12- && yum --setopt=tsflags=nodocs -y install gcc-c++ make perl which \
11+ && yum --setopt=tsflags=nodocs -y install devtoolset-7 cmake3 \
12+ && yum --setopt=tsflags=nodocs -y install make perl which \
1313 && yum --setopt=tsflags=nodocs -y install jemalloc-devel zlib-devel bzip2-devel lz4-devel snappy-devel libzstd-devel gflags-devel \
1414 && yum --setopt=tsflags=nodocs -y install openssl java-1.7.0-openjdk-devel wget \
1515 && yum -y clean all \
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ LABEL name="CentOS 7 (x64) RocksJava Build Environment" \
66 vendor="Evolved Binary Ltd"
77
88RUN yum --setopt=tsflags=nodocs -y update \
9- && yum --setopt=tsflags=nodocs -y install epel-release \
9+ && yum --setopt=tsflags=nodocs -y install centos-release-scl epel-release \
1010 && yum --setopt=tsflags=nodocs -y upgrade \
11- && yum --setopt=tsflags=nodocs -y install cmake3 \
12- && yum --setopt=tsflags=nodocs -y install gcc-c++ make perl which \
11+ && yum --setopt=tsflags=nodocs -y install devtoolset-7 cmake3 \
12+ && yum --setopt=tsflags=nodocs -y install make perl which \
1313 && yum --setopt=tsflags=nodocs -y install jemalloc-devel zlib-devel bzip2-devel lz4-devel snappy-devel libzstd-devel gflags-devel \
1414 && yum --setopt=tsflags=nodocs -y install openssl java-1.7.0-openjdk-devel wget \
1515 && yum -y clean all \
You can’t perform that action at this time.
0 commit comments