We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b744a commit 59b8757Copy full SHA for 59b8757
src/productcatalogservice/Dockerfile
@@ -2,6 +2,8 @@ FROM registry.ddbuild.io/images/mirror/golang:1.22-alpine AS builder
2
3
WORKDIR /usr/src/app/
4
5
+RUN apk add build-base protobuf-dev protoc
6
+
7
RUN apk update \
8
&& apk add --no-cache make protobuf-dev
9
0 commit comments