提交 0280f9ad 编写于 作者: G Gunhan Gulsoy 提交者: Yifei Feng

Fix certificate issues in bazel for ci build.

(cherry picked from commit 923c999d)
上级 93f4850a
...@@ -44,5 +44,10 @@ apt-get install -y --no-install-recommends \ ...@@ -44,5 +44,10 @@ apt-get install -y --no-install-recommends \
wget \ wget \
zip \ zip \
zlib1g-dev zlib1g-dev
# Install ca-certificates, and update the certificate store.
apt-get install ca-certificates-java
update-ca-certificates -f
apt-get clean apt-get clean
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册