mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
Dockerfile: add subversion to final images
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,7 +40,6 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
|
||||
ninja-build \
|
||||
nodejs \
|
||||
npm \
|
||||
subversion \
|
||||
unzip
|
||||
|
||||
RUN mkdir -p /tools
|
||||
@@ -357,6 +356,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" TZ=Etc/UTC apt-get in
|
||||
wget \
|
||||
xxd \
|
||||
file \
|
||||
subversion \
|
||||
tclsh \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user