Skip to content

Commit af19a22

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

4546
RUN mkdir -p /tools

0 commit comments

Comments
 (0)