From 92da9447045e0e46914d13094961a1d09a912f77 Mon Sep 17 00:00:00 2001 From: light7734 Date: Fri, 11 Jul 2025 12:58:53 +0330 Subject: [PATCH] ci: update clang_format Dockerfile --- tools/ci/images/clang_format/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/ci/images/clang_format/Dockerfile b/tools/ci/images/clang_format/Dockerfile index 36497b9..233048c 100644 --- a/tools/ci/images/clang_format/Dockerfile +++ b/tools/ci/images/clang_format/Dockerfile @@ -7,6 +7,4 @@ RUN apk add --no-cache \ git \ libc6-compat \ tar \ - clang-extra-tools - -RUN clang-format --version && exit 1 + clang-extra-tools