File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 11FROM s390x/clefos:7
22
3- MAINTAINER Evolved Binary Ltd <tech@evolvedbinary.com>
3+ LABEL org.opencontainers.image.authors= " Evolved Binary Ltd <tech@evolvedbinary.com>"
44
55LABEL name="CentOS 7 (s390x) RocksJava Build Environment" \
66 vendor="Evolved Binary Ltd"
77
8- RUN sed -i s%mirrorlist=http%#mirrorlist=http%g /etc/yum.repos.d/CentOS-Base.repo \
9- && sed -i s%mirrorlist=http%#mirrorlist=http%g /etc/yum.repos.d/CentOS-fasttrack.repo \
10- && sed -i s%#baseurl=http://mirror.centos.org/centos/\$ releasever/%baseurl=https://vault.centos.org/7.9.2009/%g /etc/yum.repos.d/CentOS-Base.repo \
11- && sed -i s%#baseurl=http://mirror.centos.org/centos/\$ releasever/%baseurl=https://vault.centos.org/7.9.2009/%g /etc/yum.repos.d/CentOS-fasttrack.repo \
12- && yum --setopt=tsflags=nodocs -y update \
13- && yum --setopt=tsflags=nodocs -y install epel-release \
8+ RUN yum --setopt=tsflags=nodocs -y update \
149 && yum --setopt=tsflags=nodocs -y upgrade \
1510 && yum --setopt=tsflags=nodocs -y install cmake3 \
1611 && yum --setopt=tsflags=nodocs -y install gcc-c++ make perl which \
You can’t perform that action at this time.
0 commit comments