Skip to content

Commit

Permalink
*: Fix Dockerfile (#35835)
Browse files Browse the repository at this point in the history
close #35828
  • Loading branch information
sunxiaoguang authored Jun 30, 2022
1 parent bc00ddb commit 14e1913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ WORKDIR /go/src/github.com/pingcap/tidb
# Cache dependencies
COPY go.mod .
COPY go.sum .
COPY parser/go.mod parser/go.mod
COPY parser/go.sum parser/go.sum

RUN GO111MODULE=on go mod download

Expand Down

0 comments on commit 14e1913

Please sign in to comment.