mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 17:48:54 +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 \
|
ninja-build \
|
||||||
nodejs \
|
nodejs \
|
||||||
npm \
|
npm \
|
||||||
|
subversion \
|
||||||
unzip
|
unzip
|
||||||
|
|
||||||
RUN mkdir -p /tools
|
RUN mkdir -p /tools
|
||||||
|
|||||||
Reference in New Issue
Block a user