File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ LABEL org.opencontainers.image.source https://github.com/4paradigm/OpenMLDB
24
24
COPY setup_deps.sh /
25
25
# hadolint ignore=DL3031,DL3033
26
26
RUN yum update -y && yum install -y centos-release-scl epel-release && \
27
- 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 && \
27
+ 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
28
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
29
yum localinstall -y lcov-1.15-1.noarch.rpm && \
30
30
yum clean all && rm -v lcov-1.15-1.noarch.rpm && \
You can’t perform that action at this time.
0 commit comments