Skip to content

Commit

Permalink
Trying to add some command to Dockerfile to fix Golang dependencies v2
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Bazior (Yodiss PSA) <[email protected]>
  • Loading branch information
Grzegorz Bazior (Yodiss PSA) committed Feb 6, 2024
1 parent af6d5d5 commit ed2a4e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/iroha-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ ENV GOPATH=/opt/gopath
RUN mkdir ${GOPATH}
ENV PATH=${PATH}:/opt/go/bin:${GOPATH}/bin
RUN go get github.com/golang/protobuf/protoc-gen-go
RUN go mod download github.com/golang/protobuf
RUN export PATH="$PATH:$(go env GOPATH)/bin" # according to: https://grpc.io/docs/languages/go/quickstart/

## Rust-lang stuff for iroha+ursa
Expand Down

0 comments on commit ed2a4e2

Please sign in to comment.