Update Dockerfile

pull/85/head
韩亮 2017-06-21 18:10:16 +08:00 committed by GitHub
parent b302dc2634
commit 6455f10ef5
1 changed files with 1 additions and 1 deletions

View File

@ -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