From 443872341b8a98d392d477b387c940778ce8f197 Mon Sep 17 00:00:00 2001 From: Xiao Liang Date: Thu, 15 Jul 2021 22:26:52 +0800 Subject: [PATCH] docs(dockerfile-slim): fix typo (#1769) Fixes small typo introduced in #1764 --- Dockerfile-slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-slim b/Dockerfile-slim index e69a4fd5..4de03e20 100644 --- a/Dockerfile-slim +++ b/Dockerfile-slim @@ -234,7 +234,7 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community/" >> /etc/apk/repo && find /usr/ -type f -name '*.md' -exec rm {} + ################################################################################ -# Build the clang-form binary ################################################## +# Build the clang-format binary ################################################ ################################################################################ FROM alpine:3.14.0 as clang-format-build