Skip to content

Commit

Permalink
wip: dodckerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhousanbu committed Mar 16, 2024
1 parent f392ca7 commit fd52d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ENV CGO_ENABLED=1 \
GOOS=linux \
GOARCH=amd64 \
CC=x86_64-linux-musl-gcc \
CXX=x86_64-linux-musl-g++ \
GOPROXY=https://goproxy.cn,direct
CXX=x86_64-linux-musl-g++
# GOPROXY=https://goproxy.cn,direct

RUN go mod download
RUN go mod verify
Expand Down

0 comments on commit fd52d01

Please sign in to comment.