fix Dockerfile to work without GCC

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2022-07-29 11:46:47 +02:00
parent f1941e7462
commit ac6b299ad3

View File

@@ -13,6 +13,8 @@ RUN apk add \
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
RUN go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
ENV CGO_ENABLED=0
COPY . .
RUN make