Skip to content

Commit

Permalink
Dockerfile: add subversion to final images
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 10, 2024
1 parent 42f471b commit d285e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/docker/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/*

Expand Down

0 comments on commit d285e5b

Please sign in to comment.