Skip to content

Commit

Permalink
ci-docker: add subversion to linux dockerfile
Browse files Browse the repository at this point in the history
Add subversion to install list ensure linux docker
can use svn command to download source code.

Signed-off-by: shizhenghui <[email protected]>
  • Loading branch information
shizhenghui authored and xiaoxiang781216 committed Sep 5, 2024
1 parent e1b9144 commit af19a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/ci/docker/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af19a22

Please sign in to comment.