xref: /aosp_15_r20/external/grpc-grpc/templates/tools/dockerfile/buildifier.include (revision cc02d7e222339f7a4f6ba5f422e6413f4bd931f2)
1*cc02d7e2SAndroid Build Coastguard Worker# Install buildifier v0.29.0
2*cc02d7e2SAndroid Build Coastguard WorkerRUN wget https://github.com/bazelbuild/buildtools/releases/download/0.29.0/buildifier
3*cc02d7e2SAndroid Build Coastguard WorkerRUN chmod +x buildifier
4*cc02d7e2SAndroid Build Coastguard WorkerRUN mv buildifier /usr/local/bin
5