提交 6f51636f 编写于 作者: C conglin

add doxygen

Signed-off-by: Nconglin <conglin8023@126.com>
上级 f018c0d9
......@@ -39,6 +39,7 @@ RUN apt-get update -y \
&& apt-get install bison -y \
&& apt-get install flex -y \
&& apt-get install bc -y \
&& apt-get install doxygen -y \
&& apt-get install u-boot-tools -y \
&& apt-get install gcc-arm-linux-gnueabi -y \
&& apt-get install build-essential \
......
......@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
docker build -t openharmony-docker:0.0.6 .
docker build -t openharmony-docker:0.0.7 .
......@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
docker build -t openharmony-docker-standard:0.0.7 .
docker build -t openharmony-docker-standard:0.0.8 .
......@@ -91,6 +91,7 @@ RUN apt-get update \
python3-pip \
cpio \
genext2fs \
doxygen \
liblz4-tool \
&& rm -rf /bin/sh /usr/bin/python /usr/bin/python3 \
&& ln -s /bin/bash /bin/sh \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册