提交 ba574c77 编写于 作者: C conglin

update docker

Signed-off-by: Nconglin <conglin8023@126.com>
上级 4f7a2f43
...@@ -13,4 +13,4 @@ ...@@ -13,4 +13,4 @@
#!/bin/sh #!/bin/sh
docker build -t openharmony-docker-standard:0.0.4 . docker build -t openharmony-docker-standard:0.0.5 .
...@@ -26,6 +26,8 @@ RUN apt-get update \ ...@@ -26,6 +26,8 @@ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
apt-utils \ apt-utils \
vim \ vim \
tar \
binutils \
software-properties-common \ software-properties-common \
openssh-server \ openssh-server \
iputils-ping \ iputils-ping \
...@@ -68,6 +70,7 @@ RUN apt-get update \ ...@@ -68,6 +70,7 @@ RUN apt-get update \
bison \ bison \
doxygen \ doxygen \
git \ git \
git-lfs \
subversion \ subversion \
tofrodos \ tofrodos \
pigz \ pigz \
...@@ -83,6 +86,10 @@ RUN apt-get update \ ...@@ -83,6 +86,10 @@ RUN apt-get update \
lib32z-dev \ lib32z-dev \
openjdk-8-jdk \ openjdk-8-jdk \
ruby \ ruby \
gnutls-bin \
python3.8 \
python3-pip \
cpio \
&& rm -rf /bin/sh \ && rm -rf /bin/sh \
&& ln -s /bin/bash /bin/sh \ && ln -s /bin/bash /bin/sh \
&& mkdir -p $PREBUILTS_DIR/prebuilts $HOME_TOOLS && mkdir -p $PREBUILTS_DIR/prebuilts $HOME_TOOLS
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册