Skip to content

Commit

Permalink
fix: fix go build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyChenFight committed Feb 14, 2024
1 parent fd95c8b commit a2172d9
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 a2172d9

Please sign in to comment.