File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN sed -i s%mirrorlist=http%#mirrorlist=http%g /etc/yum.repos.d/CentOS-Base.rep
1919 && yum --setopt=tsflags=nodocs -y upgrade \
2020 && yum --setopt=tsflags=nodocs -y install devtoolset-7 cmake3 \
2121 && yum --setopt=tsflags=nodocs -y install jemalloc-devel zlib-devel bzip2-devel lz4-devel snappy-devel libzstd-devel \
22- && yum --setopt=tsflags=nodocs -y install openssl java-1.8.0-openjdk-devel wget \
22+ && yum --setopt=tsflags=nodocs -y install openssl java-1.8.0-openjdk-devel git wget \
2323 && yum -y clean all \
2424 && alternatives --install /usr/local/bin/cmake cmake /usr/bin/cmake 10 --slave /usr/local/bin/ctest ctest /usr/bin/ctest --slave /usr/local/bin/cpack cpack /usr/bin/cpack --slave /usr/local/bin/ccmake ccmake /usr/bin/ccmake \
2525 && alternatives --install /usr/local/bin/cmake cmake /usr/bin/cmake3 20 --slave /usr/local/bin/ctest ctest /usr/bin/ctest3 --slave /usr/local/bin/cpack cpack /usr/bin/cpack3 --slave /usr/local/bin/ccmake ccmake /usr/bin/ccmake3 \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN curl --fail https://vault.centos.org/6.10/os/i386/Packages/udev-147-2.73.el6
2020 && linux32 yum --setopt=tsflags=nodocs -y reinstall udev.i686 util-linux-ng.i686 \
2121 && linux32 yum --setopt=tsflags=nodocs -y update \
2222 && linux32 yum --setopt=tsflags=nodocs -y install epel-release \
23- && linux32 yum --setopt=tsflags=nodocs -y install wget tar which \
23+ && linux32 yum --setopt=tsflags=nodocs -y install git wget tar which \
2424 && linux32 yum --setopt=tsflags=nodocs -y install make perl devtoolset-8 cmake3 \
2525 && linux32 yum --setopt=tsflags=nodocs -y install jemalloc-devel zlib-devel bzip2-devel lz4-devel snappy-devel libzstd-devel \
2626 && linux32 yum --setopt=tsflags=nodocs -y install openssl java-1.8.0-openjdk-devel \
You can’t perform that action at this time.
0 commit comments