Merge pull request #85 from harryhan1989/master

docker file bug fix
pull/94/head^2
Minho 2017-06-21 19:32:27 +08:00 committed by GitHub
commit 562d0baa23
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM golang:1.8.1-alpine
FROM golang:1.8.3-alpine3.6
RUN apk add --update bash git make gcc
RUN apk add --update bash git make gcc g++
ADD . /go/src/github.com/lifei6671/mindoc
@ -15,4 +15,4 @@ RUN go get -d ./... && \
gox -os "windows linux darwin" -arch amd64
CMD ["./start.sh"]
CMD ["./start.sh"]