Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
close #35828
  • Loading branch information
sunxiaoguang committed Jun 30, 2022
1 parent 47a4f3a commit 4026ea4
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 4026ea4

Please sign in to comment.