From ac0ca4e87f82b943b7c9f9585c1be38f93249b14 Mon Sep 17 00:00:00 2001 From: shizhenghui Date: Tue, 10 Sep 2024 11:37:11 +0800 Subject: [PATCH] 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 --- tools/ci/docker/linux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/docker/linux/Dockerfile b/tools/ci/docker/linux/Dockerfile index cd9b20b35c096..490e2ea300dea 100644 --- a/tools/ci/docker/linux/Dockerfile +++ b/tools/ci/docker/linux/Dockerfile @@ -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/*