diff --git a/Dockerfile b/Dockerfile index 92cfd4ea..1e0c6ca9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ 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