Skip to content

Commit

Permalink
from golang:1.7.5-alpine for docker-manpage-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Hsu <[email protected]>
  • Loading branch information
andrewhsu committed Feb 6, 2017
1 parent 4af2555 commit 7b52ec5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions man/Dockerfile
Original file line number Diff line number Diff line change
@@ -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} && \
Expand Down

0 comments on commit 7b52ec5

Please sign in to comment.