mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-26 21:01:14 +08:00
fix Dockerfile to work without GCC
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user