mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user