docker: update Dockerfile for Go 1.13+
This commit is contained in:
parent
a9a2d37f11
commit
9acf809ffb
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ WORKDIR /go/src/github.com/chihaya/chihaya
|
|||
COPY . /go/src/github.com/chihaya/chihaya
|
||||
|
||||
# Install our golang dependencies and compile our binary.
|
||||
RUN CGO_ENABLED=0 GO111MODULE=on go install github.com/chihaya/chihaya/cmd/...
|
||||
RUN CGO_ENABLED=0 go install github.com/chihaya/chihaya/cmd/...
|
||||
|
||||
FROM alpine:latest
|
||||
RUN apk add --no-cache ca-certificates
|
||||
|
|
Loading…
Reference in a new issue