Skip to content

Commit a4a9ee9

Browse files
committed
fix: add grpc-plugins package to protoc base image
In Alpine 3.21, grpc_cpp_plugin is in a separate grpc-plugins package.
1 parent 69bf725 commit a4a9ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protoc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.21
22
LABEL maintainer="SafetyCulture <info@safetyculture.io>"
33

4-
RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/v3.21/community protoc grpc
4+
RUN apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/v3.21/community protoc grpc grpc-plugins
55
RUN mkdir /defs
66

77
COPY --from=bufbuild/buf:1.66.0 /usr/local/bin/buf /usr/local/bin/buf

0 commit comments

Comments
 (0)