From 8537f9f34abb68c33932d5cdf667416c4149afcb Mon Sep 17 00:00:00 2001 From: barrierye Date: Thu, 9 Apr 2020 22:51:40 +0800 Subject: [PATCH] udpate CI dockerfile --- tools/Dockerfile.ci | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/Dockerfile.ci b/tools/Dockerfile.ci index c3ababc7..d53cee6b 100644 --- a/tools/Dockerfile.ci +++ b/tools/Dockerfile.ci @@ -26,6 +26,8 @@ RUN yum -y install wget >/dev/null \ && make >/dev/null && make install >/dev/null \ && cd .. \ && rm -rf patchelf-0.10* \ + && yum install -y python3 python3-devel \ + && pip3 install google protobuf setuptools wheel flask \ && yum -y update >/dev/null \ && yum -y install dnf >/dev/null \ && yum -y install dnf-plugins-core >/dev/null \ -- GitLab