from golang:1.7.5-alpine for docker-manpage-dev

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
(cherry picked from commit 7b52ec5f10)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
Andrew Hsu 2017-02-05 22:40:57 -08:00 committed by Victor Vieux
parent 0406faf887
commit 5f696e6d48
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
FROM alpine:3.4
FROM golang:1.7.5-alpine
RUN apk add -U git go bash curl gcc musl-dev make
RUN apk add -U git bash curl gcc musl-dev make
RUN mkdir -p /go/src /go/bin /go/pkg
ENV GOPATH=/go
RUN export GLIDE=v0.11.1; \
export TARGET=/go/src/github.com/Masterminds; \
mkdir -p ${TARGET} && \