Skip to content

Commit d9bd5bc

Browse files
build(docker): add pip and requests in build image (#3284)
Add pip cmd, and requests for python38 in centos7 requires special version
1 parent e881127 commit d9bd5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ LABEL org.opencontainers.image.source https://github.com/4paradigm/OpenMLDB
2424
COPY setup_deps.sh /
2525
# hadolint ignore=DL3031,DL3033
2626
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 && \
2828
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 && \
2929
yum localinstall -y lcov-1.15-1.noarch.rpm && \
3030
yum clean all && rm -v lcov-1.15-1.noarch.rpm && \

0 commit comments

Comments
 (0)