Skip to content

Commit

Permalink
Merge pull request #58 from replicase/fix/fix-go-build
Browse files Browse the repository at this point in the history
fix: fix go build fail
  • Loading branch information
rueian authored Feb 14, 2024
2 parents fd95c8b + a2172d9 commit 11cf1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ FROM golang:1.20-bullseye

RUN apt-get update && apt-get install -y python3 python3-pip
RUN python3 -m pip install grpcio-tools
RUN git config --global --add safe.directory /src

0 comments on commit 11cf1a2

Please sign in to comment.