adding clang-extra-tools for clang-format proto-fmt (#13791)

This commit is contained in:
Damian Nolan 2022-11-08 14:20:59 +01:00 committed by GitHub
parent 74e9d542d2
commit 645df3127f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,8 @@ RUN apk add --no-cache \
nodejs \
npm \
git \
make
make \
clang-extra-tools
ENV GOLANG_PROTOBUF_VERSION=1.28.1 \
GRPC_GATEWAY_VERSION=1.16.0