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