Skip to content

Commit d285e5b

Browse files
shizhenghuixiaoxiang781216
authored andcommitted
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 <[email protected]>
1 parent 42f471b commit d285e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/ci/docker/linux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
4040
ninja-build \
4141
nodejs \
4242
npm \
43-
subversion \
4443
unzip
4544

4645
RUN mkdir -p /tools
@@ -357,6 +356,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" TZ=Etc/UTC apt-get in
357356
wget \
358357
xxd \
359358
file \
359+
subversion \
360360
tclsh \
361361
&& rm -rf /var/lib/apt/lists/*
362362

0 commit comments

Comments
 (0)