提交 a2340852 编写于 作者: L Liu Jiaming

Docker: remove optional openjdk-11-jdk to reduce image size

上级 0db5a9e5
......@@ -36,8 +36,10 @@ if [ "$ARCH" == "x86_64" ]; then
apt-get -y update && \
apt-get -y install \
zlib1g-dev \
openjdk-11-jdk
zlib1g-dev
# https://docs.bazel.build/versions/master/install-ubuntu.html#step-3-install-a-jdk-optional
# openjdk-11-jdk
dpkg -i $PKG_NAME
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册