Skip to content

Commit 59b8757

Browse files
committed
Trying to add apk add
1 parent f5b744a commit 59b8757

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/productcatalogservice/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM registry.ddbuild.io/images/mirror/golang:1.22-alpine AS builder
22

33
WORKDIR /usr/src/app/
44

5+
RUN apk add build-base protobuf-dev protoc
6+
57
RUN apk update \
68
&& apk add --no-cache make protobuf-dev
79

0 commit comments

Comments
 (0)