ci-docker: add subversion to linux dockerfile

Add subversion to install list ensure linux docker
can use svn command to download source code.

Signed-off-by: shizhenghui <shizhenghui@xiaomi.com>
This commit is contained in:
shizhenghui 2024-09-05 17:46:50 +08:00 committed by Xiang Xiao
parent e1b9144e71
commit af19a22b11

View File

@ -40,6 +40,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
ninja-build \
nodejs \
npm \
subversion \
unzip
RUN mkdir -p /tools