Skip to content

Commit

Permalink
Fix konnectivity build
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Sakhnov <[email protected]>
  • Loading branch information
Mikhail Sakhnov committed Aug 30, 2023
1 parent b80778f commit a84bea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions embedded-bins/konnectivity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ ARG TARGET_OS \
BUILD_GO_LDFLAGS \
BUILD_GO_LDFLAGS_EXTRA

RUN go version
RUN go install github.com/golang/mock/[email protected] && \
go install github.com/golang/protobuf/[email protected] && \
go install google.golang.org/protobuf/cmd/[email protected] && \
go install google.golang.org/grpc/cmd/[email protected] && \
make gen && \
CGO_ENABLED=${BUILD_GO_CGO_ENABLED} \
GOOS=linux \
Expand Down

0 comments on commit a84bea2

Please sign in to comment.