Skip to content
Snippets Groups Projects
Commit 4575bcf4 authored by Esben Haabendal's avatar Esben Haabendal
Browse files

CI: Add ruby and cpio to openharmony-builder container


Although not covered by the official OpenHarmony documentation, the ruby
interpreter and cpio tool is used during build.

Signed-off-by: default avatarEsben Haabendal <esben.haabendal@huawei.com>
parent 66c95aec
No related branches found
No related tags found
1 merge request!20CI: Test toolchain and bundle images against OHOS codebase
...@@ -34,6 +34,7 @@ RUN apt-get update -qq \ ...@@ -34,6 +34,7 @@ RUN apt-get update -qq \
doxygen git subversion tofrodos pigz expect python3-xlrd python-xlrd \ doxygen git subversion tofrodos pigz expect python3-xlrd python-xlrd \
git-core gperf build-essential zlib1g-dev libc6-dev-i386 lib32z-dev \ git-core gperf build-essential zlib1g-dev libc6-dev-i386 lib32z-dev \
openjdk-8-jdk \ openjdk-8-jdk \
ruby cpio \
&& apt-get clean && rm -rf /var/lib/apt/lists/* && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN locale-gen RUN locale-gen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment