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:
parent
e1b9144e71
commit
af19a22b11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user