File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,10 @@ LABEL org.opencontainers.image.source https://github.com/4paradigm/OpenMLDB
23
23
24
24
COPY setup_deps.sh /
25
25
# hadolint ignore=DL3031,DL3033
26
- RUN yum update -y && yum install -y centos-release-scl epel-release && \
26
+ RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo && \
27
+ sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo && \
28
+ sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo && \
29
+ yum update -y && yum install -y centos-release-scl epel-release && \
27
30
yum install -y devtoolset-8 rh-git227 devtoolset-8-libasan-devel flex doxygen java-1.8.0-openjdk-devel rh-python38-python-devel rh-python38-python-wheel rh-python38-python-requests rh-python38-python-pip && \
28
31
curl -Lo lcov-1.15-1.noarch.rpm https://github.com/linux-test-project/lcov/releases/download/v1.15/lcov-1.15-1.noarch.rpm && \
29
32
yum localinstall -y lcov-1.15-1.noarch.rpm && \
You can’t perform that action at this time.
0 commit comments