Merge pull request #477 from moistari/fix-dockerfile

Fixes Dockerfile
This commit is contained in:
Jimmy Zelinskie 2020-04-07 11:34:08 -04:00 committed by GitHub
commit 61e9d47a77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 go install github.com/chihaya/chihaya/cmd/...
RUN CGO_ENABLED=0 go install ./cmd/chihaya
FROM alpine:latest
RUN apk add --no-cache ca-certificates