提交 53c3c831 编写于 作者: Z zhhsplendid

Add JDK (Java Develop Kit) to Dockerfile.mobile

As title.

test=develop
上级 57e66daa
......@@ -39,7 +39,8 @@ RUN apt-get install -y --no-install-recommends \
lib32stdc++6 \
redir \
iptables \
openjdk-8-jre
openjdk-8-jre \
default-jdk
# for cmake 3.10
RUN curl -O https://mms-res.cdn.bcebos.com/cmake-3.10.3-Linux-x86_64.tar.gz && \
......@@ -88,4 +89,4 @@ RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple wheel
RUN pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pre-commit
RUN apt-get autoremove -y && apt-get clean
RUN rm -rf /sdk-tools-linux-4333796.zip /tmp/android-ndk-r17c-linux-x86_64.zip /cmake-3.10.3-Linux-x86_64.tar.gz
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册